build: Update qemu-arm to v2.11

This commit is contained in:
Kroese 2024-08-18 02:17:55 +02:00 committed by GitHub
parent e9d7144085
commit 781e773983
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,5 @@
FROM scratch
COPY --from=qemux/qemu-arm:2.10 / /
COPY --from=qemux/qemu-arm:2.11 / /
ARG VERSION_ARG="0.0"
ARG DEBCONF_NOWARNINGS="yes"
@ -33,9 +33,9 @@ ADD --chmod=664 https://github.com/qemus/virtiso-arm/releases/download/v0.1.248/
EXPOSE 8006 3389
VOLUME /storage
ENV RAM_SIZE "4G"
ENV CPU_CORES "2"
ENV DISK_SIZE "64G"
ENV VERSION "win11"
ENV RAM_SIZE="4G"
ENV CPU_CORES="2"
ENV DISK_SIZE="64G"
ENV VERSION="win11"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]