From 9fadf06bab0d24de0c40a191280902cdbb15c7ff Mon Sep 17 00:00:00 2001 From: vearne Date: Wed, 23 Oct 2024 13:49:40 +0800 Subject: [PATCH] update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 089e800..d329a94 100644 --- a/Makefile +++ b/Makefile @@ -4,4 +4,4 @@ LDFLAGS = -ldflags "-s -w" build: env CGO_ENABLED=0 go build ${LDFLAGS} -o autotest ./ xgo: - xgo -out=./autotest . + xgo --targets=linux/amd64,darwin/amd64,darwin/arm64 -out=./autotest .