Skip to content

Commit

Permalink
chore: static link cross binary (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente authored Jan 22, 2025
1 parent ecac814 commit 9a83635
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
toolchain: http://musl.cc/aarch64-linux-musl-cross.tgz
cc: aarch64-linux-musl-gcc
cxx: aarch64-linux-musl-g++
ldflags: "-static"
env:
CC: gcc
CXX: g++
Expand Down

0 comments on commit 9a83635

Please sign in to comment.