aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-12-17 22:16:14 -0800
committerGitHub <noreply@github.com>2020-12-17 22:16:14 -0800
commit7af9415696aec42dd3f64a4469e71650861cfdaa (patch)
tree5cc6fa202c1c83df1b92e2e0654179d0a57fee81
parent1b4237795ab8079222e34c4ee714175cb0691fbf (diff)
downloadseaweedfs-7af9415696aec42dd3f64a4469e71650861cfdaa.tar.xz
seaweedfs-7af9415696aec42dd3f64a4469e71650861cfdaa.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 96894a9e1..2fb3d3355 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
goos: [linux, windows, darwin]
- goarch: ["386", amd64]
+ goarch: ["386", amd64, arm]
steps:
- name: Check out code into the Go module directory