3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-14 16:09:32 +01:00
Modernize the list of os-arch pairs that get official release builds;
add darwin/arm64 and openbsd/amd64, remove 386 and armv7, add plan9/amd64
for fun.
This commit is contained in:
Shivaram Lingamneni 2021-11-14 13:13:33 -05:00
parent 92f6bf2d03
commit 9ceac66b08

View File

@ -5,29 +5,37 @@ builds:
- main: ergo.go
binary: ergo
goos:
- freebsd
- linux
- windows
- darwin
- linux
- freebsd
- openbsd
- plan9
goarch:
- "386"
- amd64
- arm
- arm64
goarm:
- 6
- 7
ignore:
- goos: windows
goarch: arm
- goos: windows
goarch: arm64
- goos: darwin
goarch: arm
- goos: darwin
goarch: 386
- goos: freebsd
goarch: arm
- goos: freebsd
goarch: arm64
- goos: openbsd
goarch: arm
- goos: openbsd
goarch: arm64
- goos: plan9
goarch: arm
- goos: plan9
goarch: arm64
flags:
- -trimpath
@ -44,6 +52,7 @@ archives:
files:
- README
- CHANGELOG.md
- LICENSE
- ergo.motd
- default.yaml
- traditional.yaml