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
1 deletions
-
.github/workflows/binaries_release2.yml
|
@ -23,7 +23,8 @@ jobs: |
|
|
strategy: |
|
|
strategy: |
|
|
matrix: |
|
|
matrix: |
|
|
goos: [darwin] |
|
|
goos: [darwin] |
|
|
goarch: [amd64, arm64] |
|
|
|
|
|
|
|
|
# goarch: [amd64, arm64] |
|
|
|
|
|
goarch: [amd64] |
|
|
|
|
|
|
|
|
# Steps represent a sequence of tasks that will be executed as part of the job |
|
|
# Steps represent a sequence of tasks that will be executed as part of the job |
|
|
steps: |
|
|
steps: |
|
|