Skip to content

Commit acab410

Browse files
committed
fix: remove windows from automated build
1 parent 6956144 commit acab410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
matrix:
1111
# build and publish in parallel: linux/386, linux/amd64, windows/386, windows/amd64, darwin/amd64
12-
goos: [linux, windows]
12+
goos: [linux]
1313
goarch: [amd64]
1414
# goarch: ['386', amd64]
1515
# exclude:

0 commit comments

Comments
 (0)