Disable Windows builds

This commit is contained in:
2025-09-05 16:04:51 +02:00
parent b0a4ad525f
commit ea920dc2da

View File

@@ -10,7 +10,9 @@ go-build-test:
GO_TARGET_ARCH: "amd64"
- GO_TARGET_OS: "linux"
GO_TARGET_ARCH: "arm64"
TAG: "arm64"
- GO_TARGET_OS: "darwin"
GO_TARGET_ARCH: "amd64"
- GO_TARGET_OS: "windows"
GO_TARGET_ARCH: "amd64"
TAG: "macos"
# - GO_TARGET_OS: "windows"
# GO_TARGET_ARCH: "amd64"