fix: Remove migrateable flag (#10)

This commit is contained in:
Kroese 2024-02-04 20:34:14 +01:00 committed by GitHub
parent 571724df22
commit 8140da14d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -47,7 +47,6 @@ else
if [[ "$ARCH" == "arm"* ]]; then if [[ "$ARCH" == "arm"* ]]; then
CPU_MODEL="max" CPU_MODEL="max"
CPU_FEATURES="migratable=no"
fi fi
if [[ "${BOOT_MODE,,}" == "windows" ]]; then if [[ "${BOOT_MODE,,}" == "windows" ]]; then