Unverified Commit 7f120272 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

build: Update QEMU base image to v7.21 (#330)

parent 6c6f929a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ RUN apk --update --no-cache add unzip && \
    rm -rf /tmp/* /var/tmp/* /var/cache/apk/*

FROM scratch AS runner
COPY --from=qemux/qemu:7.20 / /
COPY --from=qemux/qemu:7.21 / /

ARG VERSION_ARG="0.0"
ARG VERSION_KVM_OPENCORE="v21"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ BOOT_DESC=""
BOOT_OPTS=""
OVMF="/usr/share/OVMF"

msg="Configuring boot options..."
msg="Configuring boot..."
html "$msg"
[[ "$DEBUG" == [Yy1]* ]] && echo "$msg"