Skip to content

Commit

Permalink
Mention the new supported target
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartatz committed May 30, 2024
1 parent add467d commit 655483b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ make all --jobs
make install

declare -ra targets=(
'powerpc-unknown-linux-musl'
# 'powerpc-unknown-linux-musl'
'mips-unknown-linux-musl'
'mipsel-unknown-linux-musl'
'mips64-unknown-linux-musl'
'armv7l-unknown-linux-musleabihf'
'powerpc64le-unknown-linux-musl'
Expand Down

0 comments on commit 655483b

Please sign in to comment.