Skip to content

Commit

Permalink
add 32-bit arm targets
Browse files Browse the repository at this point in the history
  • Loading branch information
CramBL committed Jul 1, 2024
1 parent 994dca2 commit 71bb87f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions www/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,8 @@ if [ -z "${target-}" ]; then

case $uname_target in
aarch64-Linux) target=aarch64-unknown-linux-musl;;
armv7l-Linux) target=armv7-unknown-linux-musleabihf;;
armv6l-Linux) target=arm-unknown-linux-musleabihf;;
arm64-Darwin) target=aarch64-apple-darwin;;
x86_64-Darwin) target=x86_64-apple-darwin;;
x86_64-Linux) target=x86_64-unknown-linux-musl;;
Expand Down

0 comments on commit 71bb87f

Please sign in to comment.