Skip to content

Commit

Permalink
chore: platform.sh formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Mar 30, 2024
1 parent 8e6c3ca commit 7953e68
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions containerised/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@

case $TARGETARCH in

"amd64")
echo "x86_64-unknown-linux-musl" > /.platform
echo "" > /.compiler
;;
"arm64")
echo "aarch64-unknown-linux-musl" > /.platform
echo "gcc-aarch64-linux-gnu" > /.compiler
;;
"arm")
echo "arm-unknown-linux-musleabihf" > /.platform
echo "gcc-arm-linux-gnueabihf" > /.compiler
;;
esac
"amd64")
echo "x86_64-unknown-linux-musl" >/.platform
echo "" >/.compiler
;;
"arm64")
echo "aarch64-unknown-linux-musl" >/.platform
echo "gcc-aarch64-linux-gnu" >/.compiler
;;
"arm")
echo "arm-unknown-linux-musleabihf" >/.platform
echo "gcc-arm-linux-gnueabihf" >/.compiler
;;
esac

0 comments on commit 7953e68

Please # to comment.