From 6d588e42e1fa4fbf4476ae23c853bcba73eaea85 Mon Sep 17 00:00:00 2001 From: Kroese Date: Thu, 20 Mar 2025 16:50:18 +0100 Subject: [PATCH] fix: Platform variable (#222) --- src/entry.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/entry.sh b/src/entry.sh index ea45b8b..1f4e4f0 100644 --- a/src/entry.sh +++ b/src/entry.sh @@ -4,6 +4,7 @@ set -Eeuo pipefail : "${APP:="macOS"}" : "${VGA:="vmware"}" : "${DISK_TYPE:="blk"}" +: "${PLATFORM:="x64"}" : "${SUPPORT:="https://github.com/dockur/macos"}" cd /run