1
0
قرینه از https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00

feat: Platform variable (#1143)

This commit is contained in:
Kroese
2025-03-20 11:09:40 +01:00
کامیت شده توسط GitHub
والد 5d734616aa
کامیت e2be4f6d0c
3فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
+1 -1
مشاهده پرونده
@@ -1,7 +1,7 @@
ARG VERSION_ARG="latest" ARG VERSION_ARG="latest"
FROM scratch AS build-amd64 FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.02 / / COPY --from=qemux/qemu:7.03 / /
ARG DEBCONF_NOWARNINGS="yes" ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"
-1
مشاهده پرونده
@@ -17,7 +17,6 @@ set -Eeuo pipefail
: "${PASSWORD:=""}" : "${PASSWORD:=""}"
MIRRORS=3 MIRRORS=3
PLATFORM="x64"
parseVersion() { parseVersion() {
+1
مشاهده پرونده
@@ -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"}" : "${SUPPORT:="https://github.com/dockur/windows"}"