diff --git a/src/proc.sh b/src/proc.sh index 4506129..23b9317 100644 --- a/src/proc.sh +++ b/src/proc.sh @@ -7,7 +7,7 @@ set -Eeuo pipefail : "${CPU_FLAGS:=""}" : "${CPU_MODEL:="host"}" -[[ "$ARCH" != "arm64" ]] && KVM="N" +[[ "$ARCH" != "arm"* ]] && KVM="N" if [[ "$KVM" != [Nn]* ]]; then @@ -52,7 +52,7 @@ else if [[ "$ARCH" == "arm"* ]]; then CPU_MODEL="max" else - CPU_MODEL="cortex-a57" + CPU_MODEL="cortex-a53" fi fi