aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2022-04-26 22:05:31 -0700
committerGitHub <noreply@github.com>2022-04-26 22:05:31 -0700
commit15c7d6e7bc203620dcc5de8cb5f58a2c4a20dbe0 (patch)
tree62859a8b3a0c326a15dbaef065c7fd257666b504
parent94f824e1ce4bc9400d8f3ede1a5420f65ba6b5aa (diff)
downloadseaweedfs-15c7d6e7bc203620dcc5de8cb5f58a2c4a20dbe0.tar.xz
seaweedfs-15c7d6e7bc203620dcc5de8cb5f58a2c4a20dbe0.zip
temporarily skip arm64 for mac
-rw-r--r--.github/workflows/binaries_dev.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml
index 29b1cf6ab..b897732f6 100644
--- a/.github/workflows/binaries_dev.yml
+++ b/.github/workflows/binaries_dev.yml
@@ -82,7 +82,8 @@ jobs:
strategy:
matrix:
goos: [darwin]
- goarch: [amd64, arm64]
+ # goarch: [amd64, arm64]
+ goarch: [amd64]
steps: