feat: Use q35 machine type for Windows XP (#823)

This commit is contained in:
Kroese 2024-10-20 16:20:12 +02:00 committed by GitHub
parent 80c5ba2231
commit bc614fd233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 29 deletions

View file

@ -1,5 +1,5 @@
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.05 / /
COPY --from=qemux/qemu-docker:6.06 / /
ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"