aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-12-17 22:28:43 -0800
committerGitHub <noreply@github.com>2020-12-17 22:28:43 -0800
commitdbf46b3aa1be49bfa61aca014bb1b9380c1ef51b (patch)
tree8e9fbc462473e3135b0b7ee9df9cb4ed2052f2ac
parent8c00c46f9b3b7b3ae570d1a2ba5b6d25dc7108fa (diff)
downloadseaweedfs-dbf46b3aa1be49bfa61aca014bb1b9380c1ef51b.tar.xz
seaweedfs-dbf46b3aa1be49bfa61aca014bb1b9380c1ef51b.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index a3fb81441..70c14487c 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,8 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
- goarch: ["386", amd64, arm]
+ goarch: ["386", amd64]
+ # goarch: ["386", amd64, arm]
steps:
- name: Check out code into the Go module directory