fix: Platform variable
This commit is contained in:
parent
e19f278c38
commit
04787ad5c5
1 changed files with 1 additions and 1 deletions
|
@ -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"}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue