diff --git a/platforms/ps2/ee-gcc2.9-991111-01-dtls13010/Dockerfile b/platforms/ps2/ee-gcc2.9-991111-01-dtls13010/Dockerfile new file mode 100644 index 0000000..a23a35c --- /dev/null +++ b/platforms/ps2/ee-gcc2.9-991111-01-dtls13010/Dockerfile @@ -0,0 +1,17 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 as base + +RUN mkdir -p /compilers/ps2/ee-gcc2.9-991111-01-dtls13010 + +RUN wget -O ee-gcc2.9-991111-01-dtls13010.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01-dtls13010.tar.gz" +RUN tar xvzf ee-gcc2.9-991111-01-dtls13010.tar.gz -C /compilers/ps2/ee-gcc2.9-991111-01-dtls13010 + +RUN chown -R root:root /compilers/ps2/ee-gcc2.9-991111-01-dtls13010/ +RUN chmod +x /compilers/ps2/ee-gcc2.9-991111-01-dtls13010/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index acc9f5b..c34fe15 100644 --- a/values.yaml +++ b/values.yaml @@ -292,6 +292,10 @@ compilers: platform: ps2 template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01.tar.xz + - id: ee-gcc2.9-991111-01-dtls13010 + platform: ps2 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc2.9-991111-01-dtls13010.tar.gz - id: ee-gcc2.96 platform: ps2 template: common/default