Browse Source

Update release.yml

pull/2280/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
68157f3630
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/release.yml

4
.github/workflows/release.yml

@ -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

Loading…
Cancel
Save