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 ./...