Skip to content

Commit e802d87

Browse files
committed
release: add pool binary to release package
1 parent 5d5b3d6 commit e802d87

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ PKG="github.com/lightninglabs/lightning-terminal"
1313
LND_PKG="github.com/lightningnetwork/lnd"
1414
FARADAY_PKG="github.com/lightninglabs/faraday"
1515
LOOP_PKG="github.com/lightninglabs/loop"
16+
POOL_PKG="github.com/lightninglabs/pool"
1617
PACKAGE=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

0 commit comments

Comments
 (0)