Add more OS/arch combinations to goreleaser

master
Vladimir Hodakov 2019-04-02 00:41:48 +04:00
parent 7f1b3ec002
commit 984f509780
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 19 additions and 0 deletions

View File

@ -7,13 +7,32 @@ before:
builds:
- env:
- CGO_ENABLED=0
goos:
- darwin
- windows
- linux
- freebsd
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
archive:
replacements:
darwin: Darwin
linux: Linux
windows: Windows
freebsd: FreeBSD
386: i386
amd64: x86_64
format_overrides:
- goos: windows
format: zip
- goos: darwin
format: zip
checksum:
name_template: 'checksums.txt'
snapshot: