diff --git a/platforms/n64/ido5.2/Dockerfile b/platforms/n64/ido5.2/Dockerfile new file mode 100644 index 0000000..3074cf5 --- /dev/null +++ b/platforms/n64/ido5.2/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/n64/ido5.2 + +RUN wget -O ido5.2.tar.xz "https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ido5.2.tar.xz" +RUN tar xvJf ido5.2.tar.xz -C /compilers/n64/ido5.2 + +RUN chown -R root:root /compilers/n64/ido5.2/ +RUN chmod +x /compilers/n64/ido5.2/* + + +FROM scratch AS release + +COPY --from=base /compilers /compilers diff --git a/values.yaml b/values.yaml index e717b1d..87d6761 100644 --- a/values.yaml +++ b/values.yaml @@ -85,6 +85,11 @@ compilers: template: common/default file: https://github.com/decompme/compilers/releases/download/compilers/ido4.1.tar.gz + - id: ido5.2 + platform: n64 + template: common/default + file: https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ido5.2.tar.xz + - id: ido5.3 platform: n64 template: common/default