File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ PKG="github.com/lightninglabs/lightning-terminal"
13
13
LND_PKG=" github.com/lightningnetwork/lnd"
14
14
FARADAY_PKG=" github.com/lightninglabs/faraday"
15
15
LOOP_PKG=" github.com/lightninglabs/loop"
16
+ POOL_PKG=" github.com/lightninglabs/pool"
16
17
PACKAGE=lightning-terminal
17
18
18
19
# green prints one line of green text (if the terminal supports it).
@@ -72,6 +73,7 @@ function build_release() {
72
73
env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${LND_PKG} /cmd/lncli
73
74
env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${FARADAY_PKG} /cmd/frcli
74
75
env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${LOOP_PKG} /cmd/loop
76
+ env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${POOL_PKG} /cmd/pool
75
77
popd
76
78
77
79
if [[ $os == " windows" ]]; then
You can’t perform that action at this time.
0 commit comments