Update proc.sh

This commit is contained in:
Kroese 2024-02-02 21:17:51 +01:00 committed by GitHub
parent 9f3f74c4de
commit e0bff19568
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ set -Eeuo pipefail
: "${CPU_FLAGS:=""}" : "${CPU_FLAGS:=""}"
: "${CPU_MODEL:="host"}" : "${CPU_MODEL:="host"}"
[[ "$ARCH" != "arm64" ]] && KVM="N" [[ "$ARCH" != "arm"* ]] && KVM="N"
if [[ "$KVM" != [Nn]* ]]; then if [[ "$KVM" != [Nn]* ]]; then
@ -52,7 +52,7 @@ else
if [[ "$ARCH" == "arm"* ]]; then if [[ "$ARCH" == "arm"* ]]; then
CPU_MODEL="max" CPU_MODEL="max"
else else
CPU_MODEL="cortex-a57" CPU_MODEL="cortex-a53"
fi fi
fi fi