File tree Expand file tree Collapse file tree 3 files changed +42
-0
lines changed
Expand file tree Collapse file tree 3 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ # NOTE: This file is generated automatically via template.py. Do not edit manually!
2+
3+
4+ FROM alpine:3.18 as base
5+
6+ RUN mkdir -p /compilers/gc_wii/prodg_35_b140
7+
8+ RUN wget -O prodg_35_b140.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/prodg_35_b140.tar.gz"
9+ RUN tar xvzf prodg_35_b140.tar.gz -C /compilers/gc_wii/prodg_35_b140
10+
11+ RUN chown -R root:root /compilers/gc_wii/prodg_35_b140/
12+ RUN chmod +x /compilers/gc_wii/prodg_35_b140/*
13+
14+
15+ FROM scratch as release
16+
17+ COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change 1+ # NOTE: This file is generated automatically via template.py. Do not edit manually!
2+
3+
4+ FROM alpine:3.18 as base
5+
6+ RUN mkdir -p /compilers/gc_wii/prodg_381
7+
8+ RUN wget -O prodg_381.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/prodg_381.tar.gz"
9+ RUN tar xvzf prodg_381.tar.gz -C /compilers/gc_wii/prodg_381
10+
11+ RUN chown -R root:root /compilers/gc_wii/prodg_381/
12+ RUN chmod +x /compilers/gc_wii/prodg_381/*
13+
14+
15+ FROM scratch as release
16+
17+ COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change @@ -872,10 +872,18 @@ compilers:
872872 platform : gc_wii
873873 template : common/default
874874 file : https://github.com/decompme/compilers/releases/download/compilers/prodg_35.tar.gz
875+ - id : prodg_35_b140
876+ platform : gc_wii
877+ template : common/default
878+ file : https://github.com/decompme/compilers/releases/download/compilers/prodg_35_b140.tar.gz
875879 - id : prodg_37
876880 platform : gc_wii
877881 template : common/default
878882 file : https://github.com/decompme/compilers/releases/download/compilers/prodg_37.tar.gz
883+ - id : prodg_381
884+ platform : gc_wii
885+ template : common/default
886+ file : https://github.com/decompme/compilers/releases/download/compilers/prodg_381.tar.gz
879887 - id : prodg_393
880888 platform : gc_wii
881889 template : common/default
You can’t perform that action at this time.
0 commit comments