From 1037551541a10fe60eecaee1324ed5f4306e0a55 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Mar 2025 09:41:17 +0100 Subject: [PATCH] Update entry.sh --- src/entry.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/entry.sh b/src/entry.sh index 27d7066..3618277 100755 --- a/src/entry.sh +++ b/src/entry.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -Eeuo pipefail +PLATFORM="arm64" + : "${APP:="QEMU"}" : "${MACHINE:="virt"}" : "${SUPPORT:="https://github.com/qemus/qemu-arm"}"