From f4a0fd5923e3cbd06b86a986f2a456c829e67aa9 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Mar 2025 09:48:59 +0100 Subject: [PATCH] Update entry.sh --- src/entry.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/entry.sh b/src/entry.sh index 3618277..82e3bfb 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -1,10 +1,9 @@ #!/usr/bin/env bash set -Eeuo pipefail -PLATFORM="arm64" - : "${APP:="QEMU"}" : "${MACHINE:="virt"}" +: "${PLATFORM:="arm64"}" : "${SUPPORT:="https://github.com/qemus/qemu-arm"}" cd /run