Skip to content

Commit

Permalink
chore: static link cross binary
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 21, 2025
1 parent ecac814 commit 2abf4a0
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 2abf4a0

Please sign in to comment.