Skip to content

Commit

Permalink
Disable cgo for go relesaer (#430)
Browse files Browse the repository at this point in the history
Signed-off-by: Chuck Ha <chuck@heptio.com>
  • Loading branch information
chuckha authored May 21, 2018
1 parent 0e11c77 commit be4b8eb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
builds:
- binary: sonobuoy
env:
- CGO_ENABLED=0
goos:
- windows
- darwin
Expand All @@ -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

0 comments on commit be4b8eb

Please sign in to comment.