From 29e46667bdb976854571f9ef7e9eab855fa351fb Mon Sep 17 00:00:00 2001 From: Ben McClelland Date: Tue, 3 Mar 2026 08:22:05 -0800 Subject: [PATCH] chore: enable windows test build and release binaries --- .github/workflows/go.yml | 2 +- .goreleaser.yaml | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b9d35e86..2273f225 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - os: [darwin, freebsd, linux] + os: [darwin, freebsd, linux, windows] arch: [amd64, arm64] steps: diff --git a/.goreleaser.yaml b/.goreleaser.yaml index 80903a80..b0f36b3a 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -9,9 +9,8 @@ builds: - linux - darwin - freebsd - # windows is untested, we can start doing windows releases - # if someone is interested in taking on testing - # - windows + # windows is untested, mostly relying on community support for testing + - windows env: # disable cgo to fix glibc issues: https://github.com/golang/go/issues/58550 # once we need to enable this, we will need to do per distro releases