mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-22 04:19:15 +01:00
Only save artifacts
This commit is contained in:
parent
3778dbefb1
commit
a91e76ff39
@ -11,3 +11,6 @@ RUN make && make install && \
|
||||
cp -r ${DEVKITPRO}/portlibs /artifacts
|
||||
|
||||
WORKDIR /artifacts
|
||||
|
||||
FROM scratch
|
||||
COPY --from=0 /artifacts /artifacts
|
Loading…
Reference in New Issue
Block a user