1
0
mirror of https://github.com/mrusme/neonmodem.git synced 2024-06-16 06:25:23 +00:00
neonmodem/.goreleaser.yaml

100 lines
1.7 KiB
YAML
Raw Normal View History

2023-01-05 20:39:52 +00:00
# .goreleaser.yaml
changelog:
2023-01-11 00:44:37 +00:00
sort: asc
use: github
2023-01-11 00:44:37 +00:00
filters:
exclude:
- '^test:'
- '^chore'
- 'merge conflict'
- Merge pull request
- Merge remote-tracking branch
- Merge branch
- go mod tidy
release:
footer: |
**Full Changelog**: https://github.com/mrusme/neonmodem/compare/{{ .PreviousTag }}...{{ .Tag }}
2023-01-05 20:39:52 +00:00
builds:
-
env:
- CGO_ENABLED=0
goos:
- darwin
- linux
- netbsd
- openbsd
- freebsd
2023-01-09 03:07:44 +00:00
# - plan9
2023-01-05 20:39:52 +00:00
# - 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