0
0
mirror of https://github.com/thegeeklab/git-sv.git synced 2024-09-08 02:22:13 +02:00

ci: enable cross-compilation for macos

This commit is contained in:
Robert Kaussow 2024-06-17 15:19:45 +02:00
parent febbd50074
commit 4220cc1b95
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -21,7 +21,7 @@ GOTESTSUM_PACKAGE ?= gotest.tools/gotestsum@latest
GENERATE ?=
XGO_VERSION := go-1.22.x
XGO_TARGETS ?= linux/amd64,linux/arm-6,linux/arm-7,linux/arm64
XGO_TARGETS ?= linux/amd64,linux/arm-6,linux/arm-7,linux/arm64,darwin/amd64,darwin/arm64
TARGETOS ?= linux
TARGETARCH ?= amd64