Update release.yml

This commit is contained in:
Chris Lu 2021-08-23 12:38:58 -07:00 committed by GitHub
parent 2ead7adaff
commit 68157f3630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin, freebsd ]
goarch: [amd64, arm]
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
goarch: [amd64, arm, arm64, 386]
exclude:
- goarch: arm
goos: darwin