aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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