Skip to content

Commit

Permalink
Add webassembly release
Browse files Browse the repository at this point in the history
  • Loading branch information
arriven committed Mar 2, 2022
1 parent 60d1922 commit 5215f02
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,25 @@ jobs:
strategy:
matrix:
# build and publish in parallel: linux/386, linux/amd64, linux/arm64, windows/386, windows/amd64, darwin/amd64, darwin/arm64
goos: [linux, windows, darwin]
goarch: ["386", amd64, arm64]
goos: [linux, windows, darwin, js]
goarch: ["386", amd64, arm64, wasm]
exclude:
- goarch: "386"
goos: darwin
- goarch: arm64
goos: windows
- goarch: wasm
goos: linux
- goarch: wasm
goos: darwin
- goarch: wasm
goos: windows
- goarch: "386"
goos: js
- goarch: amd64
goos: js
- goarch: arm64
goos: js
steps:
- uses: actions/checkout@v2
- uses: wangyoucao577/go-release-action@v1.25
Expand Down

0 comments on commit 5215f02

Please sign in to comment.