Setup qemu

This commit is contained in:
TheSpad
2023-03-22 10:36:05 +00:00
parent fbecc9b370
commit 256bca1877
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -53,5 +53,5 @@ FROM scratch
LABEL maintainer="thespad"
# Add files from buildstage
COPY --from=buildstage-amd64 /root-layer/ /amd64
COPY --from=buildstage-aarch64 /root-layer/ /aarch64
COPY --from=buildstage-amd64 /root-layer/ /tmp/amd64
COPY --from=buildstage-aarch64 /root-layer/ /tmp/aarch64