feat: Improved download method (#903)

This commit is contained in:
Kroese 2024-11-15 05:16:48 +01:00 committed by GitHub
parent 66f595d84a
commit 2c4094b0f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 70 additions and 68 deletions

View file

@ -1,7 +1,7 @@
ARG VERSION_ARG="4.00"
ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu-docker:6.07 / /
COPY --from=qemux/qemu-docker:6.08 / /
ARG DEBCONF_NOWARNINGS="yes"
ARG DEBIAN_FRONTEND="noninteractive"
@ -11,6 +11,7 @@ RUN set -eu && \
apt-get update && \
apt-get --no-install-recommends -y install \
bc \
jq \
curl \
7zip \
wsdd \
@ -34,7 +35,7 @@ ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.43-
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
FROM build-${TARGETARCH}
ARG VERSION_ARG="4.00"
ARG VERSION_ARG="0.00"
RUN echo "$VERSION_ARG" > /run/version
VOLUME /storage