We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b54c48 commit 4d3fbeeCopy full SHA for 4d3fbee
.github/workflows/release.yaml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
matrix:
11
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
12
- goos: [linux, darwin]
+ goos: [linux, windows]
13
goarch: [amd64]
14
# goarch: ['386', amd64]
15
# exclude:
0 commit comments