Skip to content

Commit

Permalink
goreleaser config to work with build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
snwfdhmp committed Oct 22, 2017
1 parent 755c05c commit 24d626c
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 @@ -9,11 +9,11 @@ builds:
- amd64
- arm
- arm64
ldflags: -s -w -X cmd.DuckVersion={{.Version}}
# Archive customization
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS

ldflags: -s -w -X cmd.DuckVersion={{.Version}}

0 comments on commit 24d626c

Please sign in to comment.