diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-04 11:07:54 +0100 |
---|---|---|
committer | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-10-04 11:07:54 +0100 |
commit | 98b73652e00edb8304aa4a3471aa29151f025297 (patch) | |
tree | 5a794d3c96f57d2f457bb3f38a153bfb39051d78 /build | |
parent | ede4632835929bf93d0cb57df58c06efd94fa7e0 (diff) |
Try to populate `-ldflags` in Docker builds
Diffstat (limited to 'build')
-rw-r--r-- | build/docker/crossbuild.sh | 1 |
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 |