mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add back arm64 darwin
This commit is contained in:
parent
34564a5818
commit
e82233efa7
3
.github/workflows/binaries_dev.yml
vendored
3
.github/workflows/binaries_dev.yml
vendored
|
@ -82,8 +82,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
goos: [darwin]
|
goos: [darwin]
|
||||||
# goarch: [amd64, arm64]
|
goarch: [amd64, arm64]
|
||||||
goarch: [amd64]
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
3
.github/workflows/binaries_release2.yml
vendored
3
.github/workflows/binaries_release2.yml
vendored
|
@ -23,8 +23,7 @@ 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:
|
||||||
|
|
Loading…
Reference in a new issue