Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More mwcps2 compilers #14

Merged
merged 2 commits into from
May 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0.1b103-040528/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/ps2/mwcps2-3.0.1b103-040528

RUN wget -O mwcps2-3.0.1b103-040528.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b103-040528.tar.gz"
RUN tar xvzf mwcps2-3.0.1b103-040528.tar.gz -C /compilers/ps2/mwcps2-3.0.1b103-040528

RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1b103-040528/
RUN chmod +x /compilers/ps2/mwcps2-3.0.1b103-040528/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0.1b44-030325/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/ps2/mwcps2-3.0.1b44-030325

RUN wget -O mwcps2-3.0.1b44-030325.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b44-030325.tar.gz"
RUN tar xvzf mwcps2-3.0.1b44-030325.tar.gz -C /compilers/ps2/mwcps2-3.0.1b44-030325

RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1b44-030325/
RUN chmod +x /compilers/ps2/mwcps2-3.0.1b44-030325/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0.1b75-030916/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/ps2/mwcps2-3.0.1b75-030916

RUN wget -O mwcps2-3.0.1b75-030916.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b75-030916.tar.gz"
RUN tar xvzf mwcps2-3.0.1b75-030916.tar.gz -C /compilers/ps2/mwcps2-3.0.1b75-030916

RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1b75-030916/
RUN chmod +x /compilers/ps2/mwcps2-3.0.1b75-030916/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0b38-030307/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/ps2/mwcps2-3.0b38-030307

RUN wget -O mwcps2-3.0b38-030307.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0b38-030307.tar.gz"
RUN tar xvzf mwcps2-3.0b38-030307.tar.gz -C /compilers/ps2/mwcps2-3.0b38-030307

RUN chown -R root:root /compilers/ps2/mwcps2-3.0b38-030307/
RUN chmod +x /compilers/ps2/mwcps2-3.0b38-030307/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0b50-030527/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/ps2/mwcps2-3.0b50-030527

RUN wget -O mwcps2-3.0b50-030527.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0b50-030527.tar.gz"
RUN tar xvzf mwcps2-3.0b50-030527.tar.gz -C /compilers/ps2/mwcps2-3.0b50-030527

RUN chown -R root:root /compilers/ps2/mwcps2-3.0b50-030527/
RUN chmod +x /compilers/ps2/mwcps2-3.0b50-030527/*


FROM scratch as release

COPY --from=base /compilers /compilers
20 changes: 20 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -271,14 +271,30 @@ compilers:
platform: ps2
template: common/xz
file: https://cdn.discordapp.com/attachments/1067192766918037536/1120445708516995118/ps2_compilers.tar.xz
- id: mwcps2-3.0b38-030307
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0b38-030307.tar.gz
- id: mwcps2-3.0b50-030527
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0b50-030527.tar.gz
- id: mwcps2-3.0b52-030722
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0b52-030722.tar.gz
- id: mwcps2-3.0.1b44-030325
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b44-030325.tar.gz
- id: mwcps2-3.0.1b74-030811
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b74-030811.tar.gz
- id: mwcps2-3.0.1b75-030916
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b75-030916.tar.gz
- id: mwcps2-3.0.1b87-031208
platform: ps2
template: common/default
Expand All @@ -287,6 +303,10 @@ compilers:
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b95-040309.tar.gz
- id: mwcps2-3.0.1b103-040528
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b103-040528.tar.gz
- id: mwcps2-3.0.1b119-040914
platform: ps2
template: common/default
Expand Down