feat: Platform variable (#293)

This commit is contained in:
Kroese 2025-03-20 11:00:28 +01:00 committed by GitHub
parent 60b48bc6f3
commit a120d7c8c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-arm:3.08 / /
COPY --from=qemux/qemu-arm:7.03 / /
ARG VERSION_ARG="0.00"
ARG DEBCONF_NOWARNINGS="yes"

View file

@ -17,7 +17,6 @@ set -Eeuo pipefail
: "${PASSWORD:=""}"
MIRRORS=2
PLATFORM="ARM64"
parseVersion() {

View file

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