Only save artifacts

This commit is contained in:
Maschell 2018-10-23 14:06:13 +02:00
parent 3778dbefb1
commit a91e76ff39

View File

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