From f4426d7a5c9f4bb720663dada3210112db338056 Mon Sep 17 00:00:00 2001 From: LLONSIT Date: Thu, 30 Apr 2026 15:45:50 -0500 Subject: [PATCH 1/2] Add ido4.1 --- platforms/n64/ido4.1/Dockerfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 platforms/n64/ido4.1/Dockerfile diff --git a/platforms/n64/ido4.1/Dockerfile b/platforms/n64/ido4.1/Dockerfile new file mode 100644 index 0000000..10e3bd6 --- /dev/null +++ b/platforms/n64/ido4.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/n64/ido4.1 + +RUN wget -O ido4.1.tar.xz "https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ido4.1.tar.xz" +RUN tar xvJf ido4.1.tar.xz -C /compilers/n64/ido4.1 + +RUN chown -R root:root /compilers/n64/ido4.1/ +RUN chmod +x /compilers/n64/ido4.1/* + + +FROM scratch as release + +COPY --from=base /compilers /compilers From 32c4bfa9b7556178193230e74ce31728cc177cb1 Mon Sep 17 00:00:00 2001 From: LLONSIT Date: Thu, 30 Apr 2026 16:37:59 -0500 Subject: [PATCH 2/2] Add ido4.1 in values.yaml --- values.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/values.yaml b/values.yaml index 8b9946c..580b2c6 100644 --- a/values.yaml +++ b/values.yaml @@ -80,6 +80,11 @@ compilers: - https://github.com/decompme/compilers/releases/download/compilers/psyq-obj-parser.tar.gz - https://github.com/RocketRet/modern-asn64/releases/download/main-release/modern-asn64.py + - id: ido4.1 + platform: n64 + template: common/default + file: https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ido4.1.tar.xz + - id: ido5.3 platform: n64 template: common/default