mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-12 02:27:11 +00:00
Update install.sh
This commit is contained in:
parent
9e144c623b
commit
5e728ae893
@ -211,6 +211,7 @@ initArch() {
|
|||||||
case $ARCH in
|
case $ARCH in
|
||||||
amd64) ARCH="amd64";;
|
amd64) ARCH="amd64";;
|
||||||
x86_64) ARCH="amd64";;
|
x86_64) ARCH="amd64";;
|
||||||
|
aarch64) ARCH="arm64";;
|
||||||
# i386) ARCH="386";;
|
# i386) ARCH="386";;
|
||||||
*) printf "$red> The system architecture (${ARCH}) is not supported by this installation script.$reset\n"; exit 1;;
|
*) printf "$red> The system architecture (${ARCH}) is not supported by this installation script.$reset\n"; exit 1;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user