Skip to content
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/gc_wii/prodg_35_b140/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/gc_wii/prodg_35_b140

RUN wget -O prodg_35_b140.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/prodg_35_b140.tar.gz"
RUN tar xvzf prodg_35_b140.tar.gz -C /compilers/gc_wii/prodg_35_b140

RUN chown -R root:root /compilers/gc_wii/prodg_35_b140/
RUN chmod +x /compilers/gc_wii/prodg_35_b140/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/gc_wii/prodg_381/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/gc_wii/prodg_381

RUN wget -O prodg_381.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/prodg_381.tar.gz"
RUN tar xvzf prodg_381.tar.gz -C /compilers/gc_wii/prodg_381

RUN chown -R root:root /compilers/gc_wii/prodg_381/
RUN chmod +x /compilers/gc_wii/prodg_381/*


FROM scratch as release

COPY --from=base /compilers /compilers
8 changes: 8 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -872,10 +872,18 @@ compilers:
platform: gc_wii
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/prodg_35.tar.gz
- id: prodg_35_b140
platform: gc_wii
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/prodg_35_b140.tar.gz
- id: prodg_37
platform: gc_wii
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/prodg_37.tar.gz
- id: prodg_381
platform: gc_wii
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/prodg_381.tar.gz
- id: prodg_393
platform: gc_wii
template: common/default
Expand Down