Add goreleaser.yml Fixes #12

This commit is contained in:
Zack 2017-10-18 13:58:01 -06:00 committed by GitHub
parent 119d0e3d0d
commit 6b0d3ec02c
1 changed files with 22 additions and 0 deletions

22
goreleaser.yml Normal file
View File

@ -0,0 +1,22 @@
# .goreleaser.yml
# Build customization
builds:
- binary: croc
goos:
- windows
- darwin
- linux
goarch:
- amd64
- arm
- 386
goarm:
- 6
ignore:
- goos: darwin
goarch: arm
- goos: windows
goarch: arm
- goos: darwin
goarch: 386