temporarily skip arm64 for mac
This commit is contained in:
3
.github/workflows/binaries_dev.yml
vendored
3
.github/workflows/binaries_dev.yml
vendored
@@ -82,7 +82,8 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [darwin]
|
||||
goarch: [amd64, arm64]
|
||||
# goarch: [amd64, arm64]
|
||||
goarch: [amd64]
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user