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