[Docker] Save results in scratch image

This commit is contained in:
Maschell 2018-12-26 19:04:39 +01:00
parent 821fa7b53b
commit 2af893ef93
1 changed files with 3 additions and 0 deletions

View File

@ -14,3 +14,6 @@ RUN make && \
cp -r ${DEVKITPRO}/portlibs /artifacts
WORKDIR /artifacts
FROM scratch
COPY --from=0 /artifacts /artifacts