Skip to content

Commit

Permalink
Create .goreleaser.yml config file
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf authored Jul 27, 2021
1 parent 129f728 commit 1dd6f0a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
builds:
- goos:
- darwin
- linux
- windows
goarch:
- amd64
- arm64
archives:
-
format_overrides:
- goos: windows
format: zip

0 comments on commit 1dd6f0a

Please sign in to comment.