Skip to content

Commit

Permalink
release: add windows binary cross compile
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Rockman committed Jun 19, 2021
1 parent c0c8759 commit 7c98bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
goos: [linux, darwin]
goos: [linux, darwin, windows]
goarch: ["386", amd64]
exclude:
- goarch: "386"
Expand Down

0 comments on commit 7c98bdb

Please sign in to comment.