Skip to content

Commit bc6f445

Browse files
committed
Update build.sh
1 parent ba0529a commit bc6f445

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sh

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ root=$(pwd)
88
target_list=(x86_64-unknown-linux-musl aarch64-unknown-linux-musl)
99
for target in ${target_list[@]}; do
1010

11+
rustup target add $target
12+
1113
# default feature
1214
cargo zigbuild --release --target=$target
1315
upx --lzma target/$target/release/thunder

0 commit comments

Comments
 (0)