update:优化build

This commit is contained in:
Eric 1549169735@qq.com
2026-08-19 21:57:43 +08:00
parent c8a0d89474
commit 5ac8086ce2

View File

@@ -18,7 +18,7 @@ sdk-build:
cd $(SDK_DIR) && npm run build cd $(SDK_DIR) && npm run build
build: web-build sdk-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: test:
go test ./... go test ./...