Skip to content

Commit

Permalink
Disable cgo for go relesaer (vmware-tanzu#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 and ceridwen committed Jul 19, 2018
1 parent 96fe0c9 commit 0c630e1
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 0c630e1

Please sign in to comment.