aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-08-23 12:38:58 -0700
committerGitHub <noreply@github.com>2021-08-23 12:38:58 -0700
commit68157f363031b8146d97bea6aed5e68b647b6b95 (patch)
treee15f9592ab7d1c2d77f15e6e2783a3c9d5cb00d0
parent2ead7adaff5e4136df870e357ec1246b71f86f87 (diff)
downloadseaweedfs-68157f363031b8146d97bea6aed5e68b647b6b95.tar.xz
seaweedfs-68157f363031b8146d97bea6aed5e68b647b6b95.zip
Update release.yml
-rw-r--r--.github/workflows/release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 7905b9420..d0ae0490b 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
- goos: [linux, windows, darwin, freebsd ]
- goarch: [amd64, arm]
+ goos: [linux, windows, darwin, freebsd, netbsd, openbsd ]
+ goarch: [amd64, arm, arm64, 386]
exclude:
- goarch: arm
goos: darwin