fix: remove windows from automated build
This commit is contained in:
parent
695614497c
commit
acab410141
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
|
||||
goos: [linux, windows]
|
||||
goos: [linux]
|
||||
goarch: [amd64]
|
||||
# goarch: ['386', amd64]
|
||||
# exclude:
|
||||
|
|
Loading…
Reference in New Issue
Block a user