Skip to content

Commit

Permalink
feat: update goreleaser configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jared K committed May 4, 2021
2 parents 6b166f0 + bb0ec25 commit 7954fca
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,19 @@ builds:
- darwin
- linux
goarch:
- amd64
- amd64
archives:
-
replacements:
amd64: 64-bit
386: 32-bit
darwin: macos
format_overrides:
- goos: windows
format: zip
files:
- NOTICE*
- LICENSE*
- LICENCE*
- README*
- CHANGELOG*

0 comments on commit 7954fca

Please sign in to comment.