diff --git a/platforms/ps2/mwcps2-3.0.1b51-030512/Dockerfile b/platforms/ps2/mwcps2-3.0.1b51-030512/Dockerfile new file mode 100644 index 0000000..ecffe26 --- /dev/null +++ b/platforms/ps2/mwcps2-3.0.1b51-030512/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/mwcps2-3.0.1b51-030512 + +RUN wget -O mwcps2-3.0.1b51-030512.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b51-030512.tar.gz" +RUN tar xvzf mwcps2-3.0.1b51-030512.tar.gz -C /compilers/ps2/mwcps2-3.0.1b51-030512 + +RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1b51-030512/ +RUN chmod +x /compilers/ps2/mwcps2-3.0.1b51-030512/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index c32d9eb..5618234 100644 --- a/values.yaml +++ b/values.yaml @@ -287,6 +287,10 @@ compilers: platform: ps2 template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b44-030325.tar.gz + - id: mwcps2-3.0.1b51-030512 + platform: ps2 + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b51-030512.tar.gz - id: mwcps2-3.0.1b74-030811 platform: ps2 template: common/default