diff --git a/platforms/n64/ido7.1/linux/Dockerfile b/platforms/n64/ido7.1/linux/Dockerfile index 4bdc372..cef4107 100644 --- a/platforms/n64/ido7.1/linux/Dockerfile +++ b/platforms/n64/ido7.1/linux/Dockerfile @@ -7,6 +7,7 @@ RUN mkdir -p /compilers/n64/ido7.1 RUN wget -O ido-7.1-recomp-linux.tar.gz "https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz" RUN tar xvzf ido-7.1-recomp-linux.tar.gz -C /compilers/n64/ido7.1 +RUN wget -O /compilers/n64/ido7.1/cc-irix4 "https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/8dafb02ff809734d95c23dab00cb9fcf58c974d8/cc-irix4" RUN chown -R root:root /compilers/n64/ido7.1/ RUN chmod +x /compilers/n64/ido7.1/* diff --git a/values.yaml b/values.yaml index 2cb511e..f02e58d 100644 --- a/values.yaml +++ b/values.yaml @@ -115,7 +115,9 @@ compilers: platform: n64 template: common/default arch: linux - file: https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz + files: + - https://github.com/decompals/ido-static-recomp/releases/download/v1.2/ido-7.1-recomp-linux.tar.gz + - https://gist.githubusercontent.com/jtl3d/a3d54c4d2eadfedc7d4287e489dba902/raw/8dafb02ff809734d95c23dab00cb9fcf58c974d8/cc-irix4 - id: ido7.1 platform: n64 template: common/default