aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-12-17 23:23:47 -0800
committerGitHub <noreply@github.com>2020-12-17 23:23:47 -0800
commit252e554e1880362c4ead7cc08693bea20c8ff64f (patch)
tree9e7e646ac9796f7e72667e0a73c448bd0b674985
parentdbf46b3aa1be49bfa61aca014bb1b9380c1ef51b (diff)
downloadseaweedfs-252e554e1880362c4ead7cc08693bea20c8ff64f.tar.xz
seaweedfs-252e554e1880362c4ead7cc08693bea20c8ff64f.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 70c14487c..5d6cb3511 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,8 +12,11 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
- goarch: ["386", amd64]
- # goarch: ["386", amd64, arm]
+ goarch: ["386", amd64, arm]
+ exclude:
+ - goarch: arm
+ goos: darwin
+
steps:
- name: Check out code into the Go module directory