File tree Expand file tree Collapse file tree 22 files changed +66
-66
lines changed Expand file tree Collapse file tree 22 files changed +66
-66
lines changed Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.5.7-mipsel
77
88RUN wget -O gcc-2.5.7.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.5.7.tar.gz"
99RUN tar xvzf gcc-2.5.7.tar.gz -C /compilers/ps1/gcc2.5.7-mipsel
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.5.7-mipsel/
2222RUN chmod +x /compilers/ps1/gcc2.5.7-mipsel/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.5.7-psx
77
88RUN wget -O gcc-2.5.7-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.5.7-psx.tar.gz"
99RUN tar xvzf gcc-2.5.7-psx.tar.gz -C /compilers/ps1/gcc2.5.7-psx
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.5.7-psx/
2222RUN chmod +x /compilers/ps1/gcc2.5.7-psx/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.6.0-mipsel
77
88RUN wget -O gcc-2.6.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.0.tar.gz"
99RUN tar xvzf gcc-2.6.0.tar.gz -C /compilers/ps1/gcc2.6.0-mipsel
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.0-mipsel/
2222RUN chmod +x /compilers/ps1/gcc2.6.0-mipsel/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.6.0-psx
77
88RUN wget -O gcc-2.6.0-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.0-psx.tar.gz"
99RUN tar xvzf gcc-2.6.0-psx.tar.gz -C /compilers/ps1/gcc2.6.0-psx
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.0-psx/
2222RUN chmod +x /compilers/ps1/gcc2.6.0-psx/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.6.3-mipsel
77
88RUN wget -O gcc-2.6.3.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.6.3.tar.gz"
99RUN tar xvzf gcc-2.6.3.tar.gz -C /compilers/ps1/gcc2.6.3-mipsel
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.3-mipsel/
2222RUN chmod +x /compilers/ps1/gcc2.6.3-mipsel/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.6.3-psx
77
88RUN wget -O gcc-2.6.3-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.12/gcc-2.6.3-psx.tar.gz"
99RUN tar xvzf gcc-2.6.3-psx.tar.gz -C /compilers/ps1/gcc2.6.3-psx
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.6.3-psx/
2222RUN chmod +x /compilers/ps1/gcc2.6.3-psx/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.7.0-mipsel
77
88RUN wget -O gcc-2.7.0.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.0.tar.gz"
99RUN tar xvzf gcc-2.7.0.tar.gz -C /compilers/ps1/gcc2.7.0-mipsel
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.0-mipsel/
2222RUN chmod +x /compilers/ps1/gcc2.7.0-mipsel/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.7.1-mipsel
77
88RUN wget -O gcc-2.7.1.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.1.tar.gz"
99RUN tar xvzf gcc-2.7.1.tar.gz -C /compilers/ps1/gcc2.7.1-mipsel
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.1-mipsel/
2222RUN chmod +x /compilers/ps1/gcc2.7.1-mipsel/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.7.2-mipsel
77
88RUN wget -O gcc-2.7.2.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.7/gcc-2.7.2.tar.gz"
99RUN tar xvzf gcc-2.7.2.tar.gz -C /compilers/ps1/gcc2.7.2-mipsel
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.2-mipsel/
2222RUN chmod +x /compilers/ps1/gcc2.7.2-mipsel/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 11# NOTE: This file is generated automatically via template.py. Do not edit manually!
22
33
4- FROM alpine:3.18 as base
4+ FROM alpine:3.18 AS base
55
66RUN mkdir -p /compilers/ps1/gcc2.7.2-psx
77
88RUN wget -O gcc-2.7.2-psx.tar.gz "https://github.com/decompals/old-gcc/releases/download/0.13/gcc-2.7.2-psx.tar.gz"
99RUN tar xvzf gcc-2.7.2-psx.tar.gz -C /compilers/ps1/gcc2.7.2-psx
1010
11- ARG MASPSX_HASH=5ef10c940ca275104d3266f5b8ccf04bb97b4958
11+ ARG MASPSX_HASH=9e4733d051c4d22a6848358e269017efabed9c8b
1212
1313RUN wget -O maspsx.zip https://github.com/mkst/maspsx/archive/${MASPSX_HASH}.zip
1414RUN unzip maspsx.zip
@@ -22,6 +22,6 @@ RUN chown -R root:root /compilers/ps1/gcc2.7.2-psx/
2222RUN chmod +x /compilers/ps1/gcc2.7.2-psx/*
2323
2424
25- FROM scratch as release
25+ FROM scratch AS release
2626
2727COPY --from=base /compilers /compilers
You can’t perform that action at this time.
0 commit comments