From c0db32ab368d8e771ad4ad5c8c6dbdf6c4d7439c Mon Sep 17 00:00:00 2001 From: pauljako Date: Thu, 27 Feb 2025 22:46:34 +0100 Subject: [PATCH] feat(bpb.json): add static build --- bpb.json | 1 + 1 file changed, 1 insertion(+) diff --git a/bpb.json b/bpb.json index 331ef9b..cebf601 100644 --- a/bpb.json +++ b/bpb.json @@ -3,6 +3,7 @@ "version": "1.0", "description": "The boundaries daemon", "build": "go build -o package/bndd . && go build -o package/bnd-send-command ./send-command/main.go", + "build_static": "CGO_ENABLED=0 go build -o package/bndd . && CGO_ENABLED=0 go build -o package/bnd-send-command ./send-command/main.go", "dependencies": { "build_commands": ["go"] },