feat: Platform variable (#293)
This commit is contained in:
parent
60b48bc6f3
commit
a120d7c8c4
3 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=qemux/qemu-arm:3.08 / /
|
COPY --from=qemux/qemu-arm:7.03 / /
|
||||||
|
|
||||||
ARG VERSION_ARG="0.00"
|
ARG VERSION_ARG="0.00"
|
||||||
ARG DEBCONF_NOWARNINGS="yes"
|
ARG DEBCONF_NOWARNINGS="yes"
|
||||||
|
|
|
@ -17,7 +17,6 @@ set -Eeuo pipefail
|
||||||
: "${PASSWORD:=""}"
|
: "${PASSWORD:=""}"
|
||||||
|
|
||||||
MIRRORS=2
|
MIRRORS=2
|
||||||
PLATFORM="ARM64"
|
|
||||||
|
|
||||||
parseVersion() {
|
parseVersion() {
|
||||||
|
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
set -Eeuo pipefail
|
set -Eeuo pipefail
|
||||||
|
|
||||||
: "${APP:="Windows"}"
|
: "${APP:="Windows"}"
|
||||||
|
: "${PLATFORM:="x64"}"
|
||||||
: "${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