feat(bpb.json): add static build
This commit is contained in:
parent
87486f5397
commit
c0db32ab36
1 changed files with 1 additions and 0 deletions
1
bpb.json
1
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"]
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue