Browse Source

Update binaries_release2.yml

pull/2967/head
Chris Lu 3 years ago
committed by GitHub
parent
commit
42cc8d8aa3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/binaries_release2.yml

3
.github/workflows/binaries_release2.yml

@ -23,7 +23,8 @@ jobs:
strategy:
matrix:
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:

Loading…
Cancel
Save