feat: Support GPU acceleration via Helios (#2183)

This commit is contained in:
Kroese
2026-08-24 04:36:41 +02:00
committed by GitHub
parent 91b7e8a9c1
commit ed83980b1d
+1
View File
@@ -4,6 +4,7 @@ ARG VERSION_ARG="latest"
FROM scratch AS build-amd64
COPY --from=qemux/qemu:7.49 / /
COPY --from=qemux/qemu-helios:1.0.0 /usr/bin/qemu-system-x86_64 /usr/bin/
ARG TARGETARCH