Skip to content

Commit

Permalink
Update build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0x676e67 committed Mar 2, 2024
1 parent ba0529a commit bc6f445
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ root=$(pwd)
target_list=(x86_64-unknown-linux-musl aarch64-unknown-linux-musl)
for target in ${target_list[@]}; do

rustup target add $target

# default feature
cargo zigbuild --release --target=$target
upx --lzma target/$target/release/thunder
Expand Down

0 comments on commit bc6f445

Please sign in to comment.