From 04787ad5c528e8293b88389d09fd400c502a6731 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 24 Mar 2025 10:52:47 +0100 Subject: [PATCH] fix: Platform variable --- src/entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/entry.sh b/src/entry.sh index f10ac0e..9764311 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -2,7 +2,7 @@ set -Eeuo pipefail : "${APP:="Windows"}" -: "${PLATFORM:="x64"}" +: "${PLATFORM:="arm64"}" : "${BOOT_MODE:="windows"}" : "${SUPPORT:="https://github.com/dockur/windows-arm"}"