Skip to content

Commit

Permalink
release: update release build to include select sub-servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Roasbeef committed Apr 11, 2019
1 parent d817b8c commit f9a0804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ for i in $SYS; do
cd $PACKAGE-$i-$TAG

echo "Building:" $OS $ARCH $ARM
env GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -ldflags "$COMMITFLAGS" github.com/lightningnetwork/lnd
env GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -ldflags "$COMMITFLAGS" github.com/lightningnetwork/lnd/cmd/lncli
env GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -ldflags "$COMMITFLAGS" -tags="signrpc walletrpc chainrpc invoicesrpc" github.com/lightningnetwork/lnd
env GOOS=$OS GOARCH=$ARCH GOARM=$ARM go build -v -ldflags "$COMMITFLAGS" -tags="invoicesrpc" github.com/lightningnetwork/lnd/cmd/lncli
cd ..

if [[ $OS = "windows" ]]; then
Expand Down

0 comments on commit f9a0804

Please sign in to comment.