Update proc.sh

This commit is contained in:
Kroese 2024-02-02 19:45:50 +01:00 committed by GitHub
parent 6877761cd1
commit ca2a9c7343
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_MODEL:="host"}"
[[ "$ARCH" != "arm"* ]] && KVM="N"
[[ "$ARCH" != "arm64" ]] && KVM="N"
if [[ "$KVM" != [Nn]* ]]; then