Test on Windows and macOS too

This commit is contained in:
2025-09-05 13:20:26 +02:00
parent e6377f0df6
commit b0a4ad525f

View File

@@ -2,3 +2,15 @@ include:
- component: $CI_SERVER_FQDN/go/components/golang@master - component: $CI_SERVER_FQDN/go/components/golang@master
inputs: inputs:
build-mode: modules build-mode: modules
go-build-test:
parallel:
matrix:
- GO_TARGET_OS: "linux"
GO_TARGET_ARCH: "amd64"
- GO_TARGET_OS: "linux"
GO_TARGET_ARCH: "arm64"
- GO_TARGET_OS: "darwin"
GO_TARGET_ARCH: "amd64"
- GO_TARGET_OS: "windows"
GO_TARGET_ARCH: "amd64"