File tree Expand file tree Collapse file tree 4 files changed +63
-0
lines changed Expand file tree Collapse file tree 4 files changed +63
-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/dreamcast/shc-v5.1r03
7+
8+ RUN wget -O shc-v5.1r03.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r03.tar.gz"
9+ RUN tar xvzf shc-v5.1r03.tar.gz -C /compilers/dreamcast/shc-v5.1r03
10+
11+ RUN chown -R root:root /compilers/dreamcast/shc-v5.1r03/
12+ RUN chmod +x /compilers/dreamcast/shc-v5.1r03/*
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/dreamcast/shc-v5.1r04
7+
8+ RUN wget -O shc-v5.1r04.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r04.tar.gz"
9+ RUN tar xvzf shc-v5.1r04.tar.gz -C /compilers/dreamcast/shc-v5.1r04
10+
11+ RUN chown -R root:root /compilers/dreamcast/shc-v5.1r04/
12+ RUN chmod +x /compilers/dreamcast/shc-v5.1r04/*
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/dreamcast/shc-v5.1r13
7+
8+ RUN wget -O shc-v5.1r13.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r13.tar.gz"
9+ RUN tar xvzf shc-v5.1r13.tar.gz -C /compilers/dreamcast/shc-v5.1r13
10+
11+ RUN chown -R root:root /compilers/dreamcast/shc-v5.1r13/
12+ RUN chmod +x /compilers/dreamcast/shc-v5.1r13/*
13+
14+
15+ FROM scratch as release
16+
17+ COPY --from=base /compilers /compilers
Original file line number Diff line number Diff line change @@ -1072,6 +1072,14 @@ compilers:
10721072 platform : dreamcast
10731073 template : common/default
10741074 file : https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r01.tar.gz
1075+ - id : shc-v5.1r03
1076+ platform : dreamcast
1077+ template : common/default
1078+ file : https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r03.tar.gz
1079+ - id : shc-v5.1r04
1080+ platform : dreamcast
1081+ template : common/default
1082+ file : https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r04.tar.gz
10751083 - id : shc-v5.1r08
10761084 platform : dreamcast
10771085 template : common/default
@@ -1080,3 +1088,7 @@ compilers:
10801088 platform : dreamcast
10811089 template : common/default
10821090 file : https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r11.tar.gz
1091+ - id : shc-v5.1r13
1092+ platform : dreamcast
1093+ template : common/default
1094+ file : https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r13.tar.gz
You can’t perform that action at this time.
0 commit comments