File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ SYS=${LOOPBUILDSYS:-"windows-amd64 linux-386 linux-amd64 linux-armv6 linux-armv7
246246
247247PKG=" github.com/lightninglabs/loop"
248248COMMIT=$( git describe --abbrev=40 --dirty)
249- COMMITFLAGS =" -X $PKG /build.Commit=$COMMIT "
249+ GOLDFLAGS =" -X $PKG /build.Commit=$COMMIT -buildid= "
250250
251251cd " $BUILD_DIR "
252252for i in $SYS ; do
@@ -267,7 +267,7 @@ for i in $SYS; do
267267
268268 green " - Building: $OS $ARCH $ARM "
269269 for bin in loop loopd; do
270- env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM " $GO_CMD " build -v -trimpath -ldflags " $COMMITFLAGS " " github.com/lightninglabs/loop/cmd/$bin "
270+ env CGO_ENABLED=0 GOOS=$OS GOARCH=$ARCH GOARM=$ARM " $GO_CMD " build -v -trimpath -ldflags " $GOLDFLAGS " " github.com/lightninglabs/loop/cmd/$bin "
271271 done
272272 cd ..
273273
You can’t perform that action at this time.
0 commit comments