Add ARM64 to install docs and script

This commit is contained in:
stefanprodan 2020-09-04 15:10:42 +03:00
parent b24727ec22
commit 1b55ead16e
3 changed files with 10 additions and 2 deletions

View file

@ -42,6 +42,9 @@ setup_verify_arch() {
ARCH=$(uname -m)
fi
case ${ARCH} in
arm64)
ARCH=arm64
;;
amd64)
ARCH=amd64
;;