croc/goreleaser.yml

35 lines
558 B
YAML
Raw Normal View History

2017-10-18 21:58:01 +02:00
# .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
2017-10-18 22:04:40 +02:00
env:
- CGO_ENABLED=0
2017-10-18 22:02:06 +02:00
archive:
replacements:
2017-10-18 22:06:22 +02:00
amd64: 64bit
386: 32bit
2017-10-18 22:02:06 +02:00
darwin: OSX
2017-10-18 22:06:22 +02:00
linux_arm: raspberry_pi
2017-10-18 22:03:06 +02:00
format_overrides:
- goos: windows
format: zip
2017-10-18 22:07:03 +02:00
- goos: darwin
format: zip