Browse Source

Update release.yml

ftp
Chris Lu 4 years ago
committed by GitHub
parent
commit
1b1d182469
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/release.yml

8
.github/workflows/release.yml

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

Loading…
Cancel
Save