mirror of
https://github.com/wiiu-env/libkernel.git
synced 2024-11-22 20:59:18 +01:00
[Docker] Use make instead of make -j8
This commit is contained in:
parent
9db1643fa1
commit
143eeccc38
@ -2,7 +2,7 @@ FROM wiiuenv/devkitppc:20200810
|
|||||||
|
|
||||||
WORKDIR tmp_build
|
WORKDIR tmp_build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make clean && make -j8 && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums && cp -r share /artifacts/wums
|
RUN make clean && make && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums && cp -r share /artifacts/wums
|
||||||
WORKDIR /artifacts
|
WORKDIR /artifacts
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
Loading…
Reference in New Issue
Block a user