add back arm64 darwin
This commit is contained in:
3
.github/workflows/binaries_dev.yml
vendored
3
.github/workflows/binaries_dev.yml
vendored
@@ -82,8 +82,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [darwin]
|
||||
# goarch: [amd64, arm64]
|
||||
goarch: [amd64]
|
||||
goarch: [amd64, arm64]
|
||||
|
||||
steps:
|
||||
|
||||
|
||||
3
.github/workflows/binaries_release2.yml
vendored
3
.github/workflows/binaries_release2.yml
vendored
@@ -23,8 +23,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
goos: [darwin]
|
||||
# goarch: [amd64, arm64]
|
||||
goarch: [amd64]
|
||||
goarch: [amd64, arm64]
|
||||
|
||||
# Steps represent a sequence of tasks that will be executed as part of the job
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user