Skip to content

Commit dcb8011

Browse files
authored
Add ghs 5.3.22 for wiiu (#51)
1 parent 30b9926 commit dcb8011

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)