digitalocean / do-agent

Collects system metrics from DigitalOcean Droplets
Apache License 2.0
599 stars 98 forks source link

fix: disable cgo #329

Closed prichrd closed 4 months ago

prichrd commented 4 months ago

CGO builds are causing the binaries to be non-launchable on more dated OS images. This change disables CGO to prevent portability issues.