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 6956144 commit acab410Copy full SHA for acab410
.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, windows]
+ goos: [linux]
13
goarch: [amd64]
14
# goarch: ['386', amd64]
15
# exclude:
0 commit comments