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 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