aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-12-25 02:07:30 -0800
committerGitHub <noreply@github.com>2020-12-25 02:07:30 -0800
commit1b1d18246962b89b9d2339e0611a8789d7e4423b (patch)
tree61b2df9e99f2eeb53725499b21aed470b65b69c5
parent090f85be4b4c02dfd57942e2816dd609b002995d (diff)
downloadseaweedfs-1b1d18246962b89b9d2339e0611a8789d7e4423b.tar.xz
seaweedfs-1b1d18246962b89b9d2339e0611a8789d7e4423b.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 2e1e9c162..39108c30a 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
- goarch: ["386", amd64, arm]
+ goos: [linux, windows, darwin ]
+ goarch: [amd64, arm]
exclude:
- goarch: arm
goos: darwin
- - goarch: 386
- goos: freebsd
+ - goarch: arm
+ goos: windows
steps: