feat(bpb.json): add static build

This commit is contained in:
Paul Fey 2025-02-27 22:46:34 +01:00
parent 87486f5397
commit c0db32ab36

View file

@ -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"]
},