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/dreamcast/shc-v5.1r03/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/dreamcast/shc-v5.1r03

RUN wget -O shc-v5.1r03.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r03.tar.gz"
RUN tar xvzf shc-v5.1r03.tar.gz -C /compilers/dreamcast/shc-v5.1r03

RUN chown -R root:root /compilers/dreamcast/shc-v5.1r03/
RUN chmod +x /compilers/dreamcast/shc-v5.1r03/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/dreamcast/shc-v5.1r04/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/dreamcast/shc-v5.1r04

RUN wget -O shc-v5.1r04.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r04.tar.gz"
RUN tar xvzf shc-v5.1r04.tar.gz -C /compilers/dreamcast/shc-v5.1r04

RUN chown -R root:root /compilers/dreamcast/shc-v5.1r04/
RUN chmod +x /compilers/dreamcast/shc-v5.1r04/*


FROM scratch as release

COPY --from=base /compilers /compilers
17 changes: 17 additions & 0 deletions platforms/dreamcast/shc-v5.1r13/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/dreamcast/shc-v5.1r13

RUN wget -O shc-v5.1r13.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r13.tar.gz"
RUN tar xvzf shc-v5.1r13.tar.gz -C /compilers/dreamcast/shc-v5.1r13

RUN chown -R root:root /compilers/dreamcast/shc-v5.1r13/
RUN chmod +x /compilers/dreamcast/shc-v5.1r13/*


FROM scratch as release

COPY --from=base /compilers /compilers
12 changes: 12 additions & 0 deletions values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1072,6 +1072,14 @@ compilers:
platform: dreamcast
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r01.tar.gz
- id: shc-v5.1r03
platform: dreamcast
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r03.tar.gz
- id: shc-v5.1r04
platform: dreamcast
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r04.tar.gz
- id: shc-v5.1r08
platform: dreamcast
template: common/default
Expand All @@ -1080,3 +1088,7 @@ compilers:
platform: dreamcast
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r11.tar.gz
- id: shc-v5.1r13
platform: dreamcast
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/shc-v5.1r13.tar.gz