chore: platform.sh indent
This commit is contained in:
@@ -4,15 +4,15 @@
|
|||||||
case $TARGETARCH in
|
case $TARGETARCH in
|
||||||
|
|
||||||
"amd64")
|
"amd64")
|
||||||
echo "x86_64-unknown-linux-musl" > /.platform
|
echo "x86_64-unknown-linux-musl" > /.platform
|
||||||
echo "" > /.compiler
|
echo "" > /.compiler
|
||||||
;;
|
;;
|
||||||
"arm64")
|
"arm64")
|
||||||
echo "aarch64-unknown-linux-musl" > /.platform
|
echo "aarch64-unknown-linux-musl" > /.platform
|
||||||
echo "gcc-aarch64-linux-gnu" > /.compiler
|
echo "gcc-aarch64-linux-gnu" > /.compiler
|
||||||
;;
|
;;
|
||||||
"arm")
|
"arm")
|
||||||
echo "arm-unknown-linux-musleabihf" > /.platform
|
echo "arm-unknown-linux-musleabihf" > /.platform
|
||||||
echo "gcc-arm-linux-gnueabihf" > /.compiler
|
echo "gcc-arm-linux-gnueabihf" > /.compiler
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
Reference in New Issue
Block a user