Skip to content

Commit

Permalink
update goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
martinlindhe committed Jun 30, 2021
1 parent 686c75f commit 00abb00
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 00abb00

Please sign in to comment.