update goreleaser config

This commit is contained in:
Martin Lindhe 2021-06-30 14:29:24 +02:00
parent cde96f18bc
commit b2ddc93810

View file

@ -13,15 +13,16 @@ builds:
goarch: 386
# Archive customization
archive:
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
files:
- README.md
- LICENSE
archives:
- id: tgz
format: tar.gz
format_overrides:
- goos: windows
format: zip
replacements:
amd64: 64-bit
386: 32-bit
darwin: macOS
files:
- README.md
- LICENSE