File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 20
20
matrix :
21
21
platform :
22
22
- linux/amd64
23
+ # - linux/386
23
24
# - linux/arm/v7
24
25
# - linux/arm64/v8
25
26
# - linux/ppc64le
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ SHELL ["/bin/bash", "-c"]
6
6
7
7
ENV PS3DEV /usr/local/ps3dev
8
8
ENV PSL1GHT ${PS3DEV}
9
- ENV PATH ${PATH}:${PS3DEV}/bin:${PS3DEV}/ppu/bin:${PS3DEV}/spu/bin
10
- ENV PKG_CONFIG_PATH $PS3DEV/portlibs/ppu/lib/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
9
+ ENV PATH ${PATH}:${PS3DEV}/bin:${PS3DEV}/ppu/bin:${PS3DEV}/spu/bin:${PS3DEV}/portlibs/ppu/bin
10
+ ENV PKG_CONFIG_PATH $PS3DEV/portlibs/ppu/lib/pkgconfig
11
11
12
12
ENV DEBIAN_FRONTEND=noninteractive
13
13
# last python version with diskutils module support
30
30
pyenv rehash && \
31
31
# pyenv
32
32
apt -y clean autoclean autoremove
33
-
33
+
34
34
RUN mkdir /build
35
35
WORKDIR /build
36
36
COPY . /build
You can’t perform that action at this time.
0 commit comments