Chris Lu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
.github/workflows/release.yml
|
@ -11,13 +11,13 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ] |
|
|
|
|
|
goarch: ["386", amd64, arm] |
|
|
|
|
|
|
|
|
goos: [linux, windows, darwin ] |
|
|
|
|
|
goarch: [amd64, arm] |
|
|
exclude: |
|
|
exclude: |
|
|
- goarch: arm |
|
|
- goarch: arm |
|
|
goos: darwin |
|
|
goos: darwin |
|
|
- goarch: 386 |
|
|
|
|
|
goos: freebsd |
|
|
|
|
|
|
|
|
- goarch: arm |
|
|
|
|
|
goos: windows |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
|
|
|
|
|
|