mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 15:48:59 +01:00
feat: Support GPU acceleration via Helios (#2183)
This commit is contained in:
@@ -4,6 +4,7 @@ ARG VERSION_ARG="latest"
|
|||||||
FROM scratch AS build-amd64
|
FROM scratch AS build-amd64
|
||||||
|
|
||||||
COPY --from=qemux/qemu:7.49 / /
|
COPY --from=qemux/qemu:7.49 / /
|
||||||
|
COPY --from=qemux/qemu-helios:1.0.0 /usr/bin/qemu-system-x86_64 /usr/bin/
|
||||||
|
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user