diff --git a/platforms/psp/psp-gcc-1.7.1/Dockerfile b/platforms/psp/psp-gcc-1.7.1/Dockerfile new file mode 100644 index 0000000..8ec6eb6 --- /dev/null +++ b/platforms/psp/psp-gcc-1.7.1/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/psp/psp-gcc-1.7.1 + +RUN wget -O psp-gcc-1.7.1.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz" +RUN tar xvzf psp-gcc-1.7.1.tar.gz -C /compilers/psp/psp-gcc-1.7.1 + +RUN chown -R root:root /compilers/psp/psp-gcc-1.7.1/ +RUN chmod +x /compilers/psp/psp-gcc-1.7.1/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index f8fd753..af29f19 100644 --- a/values.yaml +++ b/values.yaml @@ -482,6 +482,11 @@ compilers: template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.3.1.tar.gz?2024-04-25 + - id: psp-gcc-1.7.1 + platform: psp + template: common/default + file: https://github.com/decompme/compilers/releases/download/compilers/psp-gcc-1.7.1.tar.gz + # MAXOSX - id: gcc-5370 platform: macosx