Skip to content

Commit

Permalink
added goreleaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
snwfdhmp committed Oct 22, 2017
1 parent d8cbe3d commit 17b234f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
builds:
- main: main.go
binary: duck
goos:
- darwin
- linux
goarch:
- amd64
# Archive customization
archive:
format: tar.gz
replacements:
amd64: 64-bit
darwin: macOS

0 comments on commit 17b234f

Please sign in to comment.