Unverified Commit 8d504721 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

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

parent 173f35d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 −0
Original line number Diff line number Diff line
@@ -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