You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
superhighway84/.goreleaser.yaml

36 lines
516 B
YAML

# .goreleaser.yaml
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- netbsd
- openbsd
- freebsd
# - plan9
# - android
- windows
goarch:
- 386
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: darwin
goarch: 386
- goos: darwin
goarch: arm
- goos: netbsd
goarch: arm64
- goos: freebsd
goarm: arm64
- goos: plan9
goarm: arm64