Skip to content

Commit

Permalink
Fix goreleaser environment variables
Browse files Browse the repository at this point in the history
Former-commit-id: 62258bc
  • Loading branch information
iknite committed Apr 22, 2019
1 parent d859065 commit b3e096e
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 @@ -4,7 +4,7 @@ before:
- go mod download
builds:
- env:
- CGO_ENABLED=0
- CGO_LDFLAGS_ALLOW=".*"
- GOOS=linux
- GO111MODULE=on
binary: qed
Expand Down

0 comments on commit b3e096e

Please sign in to comment.