File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-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/wiiu/ghs5.3.22
7+
8+ RUN wget -O ghs5.3.22.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ghs5.3.22.tar.gz"
9+ RUN tar xvzf ghs5.3.22.tar.gz -C /compilers/wiiu/ghs5.3.22
10+
11+ RUN chown -R root:root /compilers/wiiu/ghs5.3.22/
12+ RUN chmod +x /compilers/wiiu/ghs5.3.22/*
13+
14+
15+ FROM scratch as release
16+
17+ COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change @@ -977,6 +977,12 @@ compilers:
977977 template : common/default
978978 file : https://github.com/decompme/compilers/releases/download/compilers/bcc3.1.tar.gz
979979
980+ # Wii U
981+ - id : ghs5.3.22
982+ platform : wiiu
983+ template : common/default
984+ file : https://github.com/decompme/compilers/releases/download/compilers/ghs5.3.22.tar.gz
985+
980986 # WIN32
981987 - id : msvc6.0
982988 platform : win32
You can’t perform that action at this time.
0 commit comments