1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-09-29 04:45:55 -04:00

Added .goreleaser.yaml

This commit is contained in:
マリウス 2023-01-05 15:39:52 -05:00
parent 7601695196
commit 4b9ebf66d9
No known key found for this signature in database
GPG Key ID: 272ED814BF63261F

82
.goreleaser.yaml Normal file
View File

@ -0,0 +1,82 @@
# .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: darwin
goarch: ppc64
- goos: darwin
goarch: ppc64le
- goos: darwin
goarch: riscv64
- goos: dragonfly
goarch: 386
- goos: dragonfly
goarch: arm
- goos: dragonfly
goarch: arm64
- goos: dragonfly
goarch: ppc64
- goos: dragonfly
goarch: ppc64le
- goos: dragonfly
goarch: riscv64
- goos: freebsd
goarm: arm64
- goos: freebsd
goarm: ppc64
- goos: freebsd
goarm: ppc64le
- goos: freebsd
goarm: riscv64
- goos: netbsd
goarch: arm64
- goos: netbsd
goarch: ppc64
- goos: netbsd
goarch: ppc64le
- goos: netbsd
goarch: riscv64
- goos: plan9
goarm: arm64
- goos: plan9
goarm: ppc64
- goos: plan9
goarm: ppc64le
- goos: plan9
goarm: riscv64
- goos: windows
goarm: ppc64
- goos: windows
goarm: ppc64le
- goos: windows
goarm: riscv64