aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/binaries_dev.yml
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-29 10:52:53 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-29 10:52:53 -0700
commitadfd79e243b7f332e6ddcd1f9bdfb27cb556dbea (patch)
tree8b2ea2c0a3acde6fbcc9092dbeab3267767013ef /.github/workflows/binaries_dev.yml
parenta067deaabcf9b7d6feb58e13dda24721da3e153e (diff)
downloadseaweedfs-adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea.tar.xz
seaweedfs-adfd79e243b7f332e6ddcd1f9bdfb27cb556dbea.zip
skip arm platform
Diffstat (limited to '.github/workflows/binaries_dev.yml')
-rw-r--r--.github/workflows/binaries_dev.yml8
1 files changed, 1 insertions, 7 deletions
diff --git a/.github/workflows/binaries_dev.yml b/.github/workflows/binaries_dev.yml
index 45ac2540e..0c6370dca 100644
--- a/.github/workflows/binaries_dev.yml
+++ b/.github/workflows/binaries_dev.yml
@@ -26,14 +26,8 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin, freebsd]
- goarch: [amd64, arm, arm64]
+ goarch: [amd64, arm64]
exclude:
- - goarch: arm
- goos: darwin
- - goarch: 386
- goos: darwin
- - goarch: arm
- goos: windows
- goarch: arm64
goos: windows