mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-05 20:55:08 +01:00
[Docker] Save results in scratch image
This commit is contained in:
parent
821fa7b53b
commit
2af893ef93
@ -14,3 +14,6 @@ RUN make && \
|
||||
cp -r ${DEVKITPRO}/portlibs /artifacts
|
||||
|
||||
WORKDIR /artifacts
|
||||
|
||||
FROM scratch
|
||||
COPY --from=0 /artifacts /artifacts
|
Loading…
Reference in New Issue
Block a user