Commit 7bc9ccc5 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Display correct architecture

parent e10d5b93
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -18,7 +18,11 @@ fi
if [ -n "$HOST_CPU" ]; then
  HOST_CPU="$HOST_CPU,,"
else
  if [ "$ARCH" == "amd64" ]; then
    HOST_CPU="QEMU, Virtual CPU, X86_64"
  else
    HOST_CPU="QEMU, Virtual CPU, $ARCH"
  fi
fi

HOST_ARGS=()