Browse Source

temporarily skip arm64 for mac

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

3
.github/workflows/binaries_dev.yml

@ -82,7 +82,8 @@ jobs:
strategy:
matrix:
goos: [darwin]
goarch: [amd64, arm64]
# goarch: [amd64, arm64]
goarch: [amd64]
steps:

|||||||
100:0
Loading…
Cancel
Save