Skip to content

Commit f8036de

Browse files
author
Sam Ban
committed
new CI config
1 parent 95bb242 commit f8036de

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.github/workflows/release.yaml

+9-7
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
goos: [linux, windows, darwin]
12-
goarch: ["386", amd64, arm64]
13-
exclude:
14-
- goarch: "386"
15-
goos: darwin
11+
goos: [linux, windows, darwin, freebsd, openbsd]
12+
goarch: [amd64, arm64]
13+
exclude:
14+
- goarch: arm64
15+
goos: freebsd
16+
- goarch: arm64
17+
goos: openbsd
1618
steps:
1719
- uses: actions/checkout@v2
1820
- uses: wangyoucao577/[email protected]
1921
with:
2022
github_token: ${{ secrets.GITHUB_TOKEN }}
21-
goos: linux
22-
goarch: amd64
23+
goos: ${{ matrix.goos }}
24+
goarch: ${{ matrix.goarch }}

0 commit comments

Comments
 (0)