Skip to content

Commit

Permalink
adding goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
pbnjay committed Feb 17, 2023
1 parent fd2c062 commit 5593816
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dist
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
builds:
- goarch:
- amd64
- arm64

universal_binaries:
- replace: true

archives:
- format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip

0 comments on commit 5593816

Please sign in to comment.