Update entry.sh

This commit is contained in:
Kroese 2025-03-24 11:00:08 +01:00 committed by GitHub
parent 04787ad5c5
commit 61641adbaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,6 +2,7 @@
set -Eeuo pipefail set -Eeuo pipefail
: "${APP:="Windows"}" : "${APP:="Windows"}"
: "${MACHINE:="virt"}"
: "${PLATFORM:="arm64"}" : "${PLATFORM:="arm64"}"
: "${BOOT_MODE:="windows"}" : "${BOOT_MODE:="windows"}"
: "${SUPPORT:="https://github.com/dockur/windows-arm"}" : "${SUPPORT:="https://github.com/dockur/windows-arm"}"