Unverified Commit 1b3d760f authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Set CPU model

parent 539f5de6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ fi
if [ -n "$HOST_CPU" ]; then
  HOST_CPU="${HOST_CPU%%,*},,"
else
  if [ "$CPU_MODEL" == "host" ]; then
  if [ "$CPU_MODEL" == "host" ] || [ "$CPU_MODEL" == "qemu"* ]; then
    HOST_CPU="QEMU"
  else
    HOST_CPU="${CPU_MODEL%%,*}"