Skip to content

Commit

Permalink
Use goreleaser for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
koesie10 committed Nov 13, 2017
1 parent 261f61f commit 7d55a61
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,6 @@ fabric.properties

.idea/

# End of https://www.gitignore.io/api/go,intellij+all
# End of https://www.gitignore.io/api/go,intellij+all

/dist/
15 changes: 15 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
builds:
-
goos:
- windows
- darwin
- linux
goarch:
- 386
- amd64
- arm
- arm64
archive:
format_overrides:
- goos: windows
format: zip

0 comments on commit 7d55a61

Please sign in to comment.