fix: Platform variable

This commit is contained in:
Kroese 2025-03-24 10:52:47 +01:00 committed by GitHub
parent e19f278c38
commit 04787ad5c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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