Skip to content

Commit 45fc7b2

Browse files
committed
chore: remove support for windows until syscalls sorted
1 parent 7451929 commit 45fc7b2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
tar -czf dist/${NAME}-${VERSION}-darwin-amd64.tar.gz ${NAME}
4141
rm ${NAME}
4242
43-
GOOS=windows GOARCH=amd64 go build -ldflags "-X main.Version=${VERSION}" -o ${NAME}.exe ./cmd/rorsch
44-
zip -j dist/${NAME}-${VERSION}-windows-amd64.zip ${NAME}.exe
45-
rm ${NAME}.exe
43+
# Don't support Windows for now, it has different syscalls
44+
# GOOS=windows GOARCH=amd64 go build -ldflags "-X main.Version=${VERSION}" -o ${NAME}.exe ./cmd/rorsch
45+
# zip -j dist/${NAME}-${VERSION}-windows-amd64.zip ${NAME}.exe
46+
# rm ${NAME}.exe
4647
4748
- name: Generate checksums
4849
run: |

0 commit comments

Comments
 (0)