diff --git a/.goreleaser.yml b/.goreleaser.yml index 8ab25df61..9ef0f784e 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -1,5 +1,7 @@ builds: - binary: sonobuoy + env: + - CGO_ENABLED=0 goos: - windows - darwin @@ -8,6 +10,6 @@ builds: - amd64 ldflags: -s -w -X github.com/heptio/sonobuoy/pkg/buildinfo.Version=v{{.Version}} archive: - format: tar.gz + format: tar.gz files: - LICENSE