diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-02 13:35:06 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-02 13:35:06 -0700 |
| commit | e82233efa783a987d3874580956c6b9f5351f801 (patch) | |
| tree | d18ab58cb8e055241bc33809b3eb25c952bcdb13 | |
| parent | 34564a5818e6993fb4e83651ac562dc63e6eeba2 (diff) | |
| download | seaweedfs-e82233efa783a987d3874580956c6b9f5351f801.tar.xz seaweedfs-e82233efa783a987d3874580956c6b9f5351f801.zip | |
add back arm64 darwin
| -rw-r--r-- | .github/workflows/binaries_dev.yml | 3 | ||||
| -rw-r--r-- | .github/workflows/binaries_release2.yml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml index b897732f6..29b1cf6ab 100644 --- a/.github/workflows/binaries_dev.yml +++ b/.github/workflows/binaries_dev.yml @@ -82,8 +82,7 @@ jobs: strategy: matrix: goos: [darwin] - # goarch: [amd64, arm64] - goarch: [amd64] + goarch: [amd64, arm64] steps: diff --git a/.github/workflows/binaries_release2.yml b/.github/workflows/binaries_release2.yml index b6613483b..09e8fc7ae 100644 --- a/.github/workflows/binaries_release2.yml +++ b/.github/workflows/binaries_release2.yml @@ -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: |
