Files
secret/.gitlab-ci.yml
2025-09-05 16:04:51 +02:00

19 lines
441 B
YAML

include:
- component: $CI_SERVER_FQDN/go/components/golang@master
inputs:
build-mode: modules
go-build-test:
parallel:
matrix:
- GO_TARGET_OS: "linux"
GO_TARGET_ARCH: "amd64"
- GO_TARGET_OS: "linux"
GO_TARGET_ARCH: "arm64"
TAG: "arm64"
- GO_TARGET_OS: "darwin"
GO_TARGET_ARCH: "amd64"
TAG: "macos"
# - GO_TARGET_OS: "windows"
# GO_TARGET_ARCH: "amd64"