aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-10-04 11:07:54 +0100
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-10-04 11:07:54 +0100
commit98b73652e00edb8304aa4a3471aa29151f025297 (patch)
tree5a794d3c96f57d2f457bb3f38a153bfb39051d78 /build
parentede4632835929bf93d0cb57df58c06efd94fa7e0 (diff)
Try to populate `-ldflags` in Docker builds
Diffstat (limited to 'build')
-rw-r--r--build/docker/crossbuild.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/docker/crossbuild.sh b/build/docker/crossbuild.sh
index 46e5d7e9..957893a0 100644
--- a/build/docker/crossbuild.sh
+++ b/build/docker/crossbuild.sh
@@ -12,6 +12,7 @@ GOOS="linux"
echo "Target arch: $TARGETARCH"
echo "User arch: $USERARCH"
+echo "Link flags: $FLAGS"
if [ "$TARGETARCH" != "$USERARCH" ]; then
if [ "$USERARCH" != "amd64" ]; then