From 5ac8086ce29b4943d0b110d3b56bb1a331abf0fd Mon Sep 17 00:00:00 2001 From: "Eric 1549169735@qq.com" <1549169735@qq.com> Date: Wed, 19 Aug 2026 21:57:43 +0800 Subject: [PATCH] =?UTF-8?q?update:=E4=BC=98=E5=8C=96build?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 11cbafb..3de5c3f 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ sdk-build: cd $(SDK_DIR) && npm run build build: web-build sdk-build - GOOS=$(GOOS) GOARCH=$(ARCH) go build -o bin/iqudo-top1 . + CGO_ENABLED=0 GOOS=$(GOOS) GOARCH=$(ARCH) go build -o bin/main . test: go test ./...