chore: enable windows test build and release binaries

This commit is contained in:
Ben McClelland
2026-03-03 08:22:05 -08:00
parent 7d2ff59639
commit 29e46667bd
2 changed files with 3 additions and 4 deletions

View File

@@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
os: [darwin, freebsd, linux]
os: [darwin, freebsd, linux, windows]
arch: [amd64, arm64]
steps:

View File

@@ -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