Skip to content

Commit

Permalink
Add mwcps2-3.0.1b51-030512
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed May 20, 2024
1 parent 3bfe424 commit ea09f95
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
17 changes: 17 additions & 0 deletions platforms/ps2/mwcps2-3.0.1b51-030512/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.1b51-030512

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

RUN chown -R root:root /compilers/ps2/mwcps2-3.0.1b51-030512/
RUN chmod +x /compilers/ps2/mwcps2-3.0.1b51-030512/*


FROM scratch as release

COPY --from=base /compilers /compilers
4 changes: 4 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,10 @@ compilers:
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.1b51-030512
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/mwcps2-3.0.1b51-030512.tar.gz
- id: mwcps2-3.0.1b74-030811
platform: ps2
template: common/default
Expand Down

0 comments on commit ea09f95

Please sign in to comment.