mirror of
https://github.com/wiiu-env/libwupsbackend.git
synced 2024-11-21 17:29:19 +01:00
[Docker] Use make instead of make -jX
This commit is contained in:
parent
e7a18433a8
commit
e155bd4173
@ -2,7 +2,7 @@ FROM wiiuenv/devkitppc:20200810
|
||||
|
||||
WORKDIR tmp_build
|
||||
COPY . .
|
||||
RUN make clean && make -j8 && mkdir -p /artifacts/wups && cp -r lib /artifacts/wups && cp -r include /artifacts/wups && cp -r share /artifacts/wups
|
||||
RUN make clean && make && mkdir -p /artifacts/wups && cp -r lib /artifacts/wups && cp -r include /artifacts/wups && cp -r share /artifacts/wups
|
||||
WORKDIR /artifacts
|
||||
|
||||
FROM scratch
|
||||
|
Loading…
Reference in New Issue
Block a user