We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 585830c commit e298268Copy full SHA for e298268
.github/workflows/release.yml
@@ -31,7 +31,7 @@ jobs:
31
needs: create_release
32
strategy:
33
matrix:
34
- goos: [linux, darwin, windows]
+ goos: [linux, darwin]
35
goarch: [amd64]
36
37
steps:
0 commit comments