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