From abc6f847f2e6c825089eb998c59e9e38be2aad59 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Tue, 30 Jan 2024 19:54:02 -0800 Subject: [PATCH] Temporarily disable releasing windows binaries because we started getting a missing dependency error. Related to #71 --- .goreleaser.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 97d29c7..e2e8027 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -6,7 +6,8 @@ builds: - CGO_ENABLED=0 goos: - linux - - windows + # TODO(https://github.com/jlewi/hydros/issues/71): Disable windows builds. + #- windows - darwin # N.B. No need to build for 386 architecture