Skip to content

Commit

Permalink
fix .goreleaser.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sunny0826 committed Jan 22, 2020
1 parent 113b94a commit dcd4153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Make sure to check the documentation at http://goreleaser.com
builds:
- env:
- CGO_ENABLED=1
- CGO_ENABLED=0
ldflags: -s -X github.com/sunny0826/kubecm/cmd.kubecmVersion={{.Version}} -X github.com/sunny0826/kubecm/cmd.gitCommit={{.Commit}} -X github.com/sunny0826/kubecm/cmd.buildDate={{.Date}}
goos:
- linux
Expand Down

0 comments on commit dcd4153

Please sign in to comment.