Skip to content

Commit

Permalink
new CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ban committed Aug 27, 2021
1 parent 95bb242 commit f8036de
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
exclude:
- goarch: "386"
goos: darwin
goos: [linux, windows, darwin, freebsd, openbsd]
goarch: [amd64, arm64]
exclude:
- goarch: arm64
goos: freebsd
- goarch: arm64
goos: openbsd
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: linux
goarch: amd64
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}

0 comments on commit f8036de

Please sign in to comment.