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
5 additions and
2 deletions
-
.github/workflows/release.yml
|
@ -12,8 +12,11 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ] |
|
|
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ] |
|
|
goarch: ["386", amd64] |
|
|
|
|
|
# goarch: ["386", amd64, arm] |
|
|
|
|
|
|
|
|
goarch: ["386", amd64, arm] |
|
|
|
|
|
exclude: |
|
|
|
|
|
- goarch: arm |
|
|
|
|
|
goos: darwin |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
|
|
|
|
|
|
- name: Check out code into the Go module directory |
|
|
- name: Check out code into the Go module directory |
|
|