From ca650b2ffc5e66d816436637d50dc7d9a4a39c15 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Mar 2025 10:08:21 +0100 Subject: [PATCH] feat: Platform variable (#222) --- src/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry.sh b/src/entry.sh index 27d7066..82e3bfb 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -3,6 +3,7 @@ set -Eeuo pipefail : "${APP:="QEMU"}" : "${MACHINE:="virt"}" +: "${PLATFORM:="arm64"}" : "${SUPPORT:="https://github.com/qemus/qemu-arm"}" cd /run