mirror of
https://github.com/dockur/windows.git
synced 2026-08-24 07:39:00 +01:00
fix: Exclude bundled QEMU binary from base image (#2185)
This commit is contained in:
+2
-2
@@ -1,9 +1,9 @@
|
||||
# syntax=docker/dockerfile:1
|
||||
# syntax=docker/dockerfile:1.19
|
||||
|
||||
ARG VERSION_ARG="latest"
|
||||
FROM scratch AS build-amd64
|
||||
|
||||
COPY --from=qemux/qemu:7.49 / /
|
||||
COPY --from=qemux/qemu:7.49 --exclude=usr/bin/qemu-system-x86_64 / /
|
||||
|
||||
ARG TARGETARCH
|
||||
|
||||
|
||||
Reference in New Issue
Block a user