forked from PretendoNetwork/Inkay
Split WUPS 0.1 and Aroma port out
This commit is contained in:
parent
34ee1bddf0
commit
0c10bcc1ad
9 changed files with 532 additions and 271 deletions
10
Dockerfile
10
Dockerfile
|
|
@ -1,9 +1,7 @@
|
|||
# image 2c1762987ca7, wut 7495a99
|
||||
FROM wiiuwut/core:latest
|
||||
FROM wiiuenv/devkitppc:20210414
|
||||
|
||||
# image 2644eca7f89d, Maschell/WiiUPluginSystem e9ea643, last known 0.1 build
|
||||
COPY --from=wups/core:latest /opt/devkitpro/wups /opt/devkitpro/wups
|
||||
COPY --from=wiiuwut/libutils:0.1 /artifacts $WUT_ROOT
|
||||
COPY --from=wiiuenv/libkernel:20210407 /artifacts $DEVKITPRO
|
||||
COPY --from=wiiuenv/wiiupluginsystem:20210417 /artifacts $DEVKITPRO
|
||||
|
||||
WORKDIR /app
|
||||
CMD make -j$(nproc)
|
||||
CMD make -f Makefile -j$(nproc)
|
||||
|
|
|
|||
Loading…
Reference in a new issue