mirror of
https://github.com/versity/versitygw.git
synced 2026-05-12 15:01:27 +00:00
chore: enable windows test build and release binaries
This commit is contained in:
2
.github/workflows/go.yml
vendored
2
.github/workflows/go.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
os: [darwin, freebsd, linux]
|
||||
os: [darwin, freebsd, linux, windows]
|
||||
arch: [amd64, arm64]
|
||||
steps:
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user