update goreleaser config
This commit is contained in:
parent
cde96f18bc
commit
b2ddc93810
1 changed files with 13 additions and 12 deletions
|
@ -13,15 +13,16 @@ builds:
|
||||||
goarch: 386
|
goarch: 386
|
||||||
|
|
||||||
# Archive customization
|
# Archive customization
|
||||||
archive:
|
archives:
|
||||||
format: tar.gz
|
- id: tgz
|
||||||
format_overrides:
|
format: tar.gz
|
||||||
- goos: windows
|
format_overrides:
|
||||||
format: zip
|
- goos: windows
|
||||||
replacements:
|
format: zip
|
||||||
amd64: 64-bit
|
replacements:
|
||||||
386: 32-bit
|
amd64: 64-bit
|
||||||
darwin: macOS
|
386: 32-bit
|
||||||
files:
|
darwin: macOS
|
||||||
- README.md
|
files:
|
||||||
- LICENSE
|
- README.md
|
||||||
|
- LICENSE
|
||||||
|
|
Loading…
Reference in a new issue