1
1
Fork 0
mirror of https://github.com/schollz/croc.git synced 2025-10-11 13:21:00 +02:00

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

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