diff --git a/platforms/n64/ssb_ido5.3/Dockerfile b/platforms/n64/ssb_ido5.3/Dockerfile new file mode 100644 index 0000000..4772309 --- /dev/null +++ b/platforms/n64/ssb_ido5.3/Dockerfile @@ -0,0 +1,16 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 AS base + +RUN mkdir -p /compilers/n64/ssb_ido5.3 + +RUN wget -O /compilers/n64/ssb_ido5.3/ssb_ido5.3.tar "https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ssb_ido5.3.tar" + +RUN chown -R root:root /compilers/n64/ssb_ido5.3/ +RUN chmod +x /compilers/n64/ssb_ido5.3/* + + +FROM scratch AS release + +COPY --from=base /compilers /compilers diff --git a/platforms/n64/ssb_ido7.1/Dockerfile b/platforms/n64/ssb_ido7.1/Dockerfile new file mode 100644 index 0000000..fcb9f65 --- /dev/null +++ b/platforms/n64/ssb_ido7.1/Dockerfile @@ -0,0 +1,16 @@ +# NOTE: This file is generated automatically via template.py. Do not edit manually! + + +FROM alpine:3.18 AS base + +RUN mkdir -p /compilers/n64/ssb_ido7.1 + +RUN wget -O /compilers/n64/ssb_ido7.1/ssb_ido7.1.tar "https://github.com/LLONSIT/qemu-irix-helpers/raw/refs/heads/n/qemu/ssb_ido7.1.tar" + +RUN chown -R root:root /compilers/n64/ssb_ido7.1/ +RUN chmod +x /compilers/n64/ssb_ido7.1/* + + +FROM scratch AS release + +COPY --from=base /compilers /compilers