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