digitalocean / do-agent

Collects system metrics from DigitalOcean Droplets
Apache License 2.0
597 stars 99 forks source link

fix: disable cgo #329

Closed prichrd closed 3 months ago

prichrd commented 3 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.