Skip to content

Commit e298268

Browse files
committed
Remove Windows build as it is not yet supported
1 parent 585830c commit e298268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
needs: create_release
3232
strategy:
3333
matrix:
34-
goos: [linux, darwin, windows]
34+
goos: [linux, darwin]
3535
goarch: [amd64]
3636

3737
steps:

0 commit comments

Comments
 (0)