From 4220cc1b952bf9d11b95e9562dd65b8fa8e58d39 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Mon, 17 Jun 2024 15:19:45 +0200 Subject: [PATCH] ci: enable cross-compilation for macos --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ae61998..3137398 100644 --- a/Makefile +++ b/Makefile @@ -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