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"
1313LND_PKG=" github.com/lightningnetwork/lnd"
1414FARADAY_PKG=" github.com/lightninglabs/faraday"
1515LOOP_PKG=" github.com/lightninglabs/loop"
16+ POOL_PKG=" github.com/lightninglabs/pool"
1617PACKAGE=lightning-terminal
1718
1819# green prints one line of green text (if the terminal supports it).
@@ -72,6 +73,7 @@ function build_release() {
7273 env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${LND_PKG} /cmd/lncli
7374 env CGO_ENABLED=0 GOOS=$os GOARCH=$arch GOARM=$arm go build -v -trimpath -ldflags=" ${ldflags} " -tags=" ${buildtags} " ${FARADAY_PKG} /cmd/frcli
7475 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
7577 popd
7678
7779 if [[ $os == " windows" ]]; then
You can’t perform that action at this time.
0 commit comments