Skip to content

Commit

Permalink
ci: enable cross-compilation for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jun 17, 2024
1 parent febbd50 commit 4220cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4220cc1

Please sign in to comment.