1
0
mirror da https://github.com/dockur/windows.git synced 2026-06-12 13:19:34 +08:00

build: Update QEMU base image to v7.30 (#1713)

This commit is contained in:
Kroese
2026-05-10 16:30:16 +02:00
committato da GitHub
parent 173f35d21b
commit 8d50472167
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
+1 -1
Vedi File
@@ -3,7 +3,7 @@
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.29 / /
COPY --from=qemux/qemu:7.30 / /
ARG TARGETARCH
ARG DEBCONF_NOWARNINGS="yes"
+1
Vedi File
@@ -23,6 +23,7 @@ cd /run
. proc.sh # Initialize processor
. power.sh # Configure shutdown
. memory.sh # Check available memory
. balloon.sh # Initialize ballooning
. config.sh # Configure arguments
. finish.sh # Finish initialization