feat: Additional download mirrors (#1212)

This commit is contained in:
Kroese
2025-04-20 19:31:27 +02:00
committed by GitHub
parent 366305a4b1
commit 338d857e56
3 changed files with 80 additions and 33 deletions

View File

@@ -24,7 +24,7 @@ RUN set -eu && \
COPY --chmod=755 ./src /run/
COPY --chmod=755 ./assets /run/assets
ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.45-0/virtio-win-1.9.45.tar.xz /drivers.txz
ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.45-0/virtio-win-1.9.45.tar.xz /var/drivers.txz
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
FROM build-${TARGETARCH}