1
0
镜像自地址 https://github.com/dockur/windows.git 已同步 2026-06-12 13:19:34 +08:00

build: Update VirtIO drivers to v1.9.49 (#1570)

这个提交包含在:
Kroese
2025-11-14 07:18:24 +01:00
提交者 GitHub
父节点 e7a3894210
当前提交 ad6f87046a
+1 -1
查看文件
@@ -27,7 +27,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.48-0/virtio-win-1.9.48.tar.xz /var/drivers.txz
ADD --chmod=664 https://github.com/qemus/virtiso-whql/releases/download/v1.9.49-0/virtio-win-1.9.49.tar.xz /var/drivers.txz
FROM dockurr/windows-arm:${VERSION_ARG} AS build-arm64
FROM build-${TARGETARCH}