We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0529a commit bc6f445Copy full SHA for bc6f445
build.sh
@@ -8,6 +8,8 @@ root=$(pwd)
8
target_list=(x86_64-unknown-linux-musl aarch64-unknown-linux-musl)
9
for target in ${target_list[@]}; do
10
11
+ rustup target add $target
12
+
13
# default feature
14
cargo zigbuild --release --target=$target
15
upx --lzma target/$target/release/thunder
0 commit comments