Skip to content

Commit 9a83635

Browse files
authored
chore: static link cross binary (#747)
1 parent ecac814 commit 9a83635

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_cross.yml

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
toolchain: http://musl.cc/aarch64-linux-musl-cross.tgz
3636
cc: aarch64-linux-musl-gcc
3737
cxx: aarch64-linux-musl-g++
38+
ldflags: "-static"
3839
env:
3940
CC: gcc
4041
CXX: g++

0 commit comments

Comments
 (0)