Skip to content

Commit

Permalink
Update ee-gcc3.2-030210-beta2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Feb 10, 2025
1 parent 40647d0 commit f99eed6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/ps2/ee-gcc3.2-030210-beta2/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ FROM alpine:3.18 as base

RUN mkdir -p /compilers/ps2/ee-gcc3.2-030210-beta2

RUN wget -O ee-gcc3.2-030210-beta2.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz"
RUN wget -O ee-gcc3.2-030210-beta2.tar.gz "https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz?2025-02-10"
RUN tar xvzf ee-gcc3.2-030210-beta2.tar.gz -C /compilers/ps2/ee-gcc3.2-030210-beta2

RUN chown -R root:root /compilers/ps2/ee-gcc3.2-030210-beta2/
Expand Down
2 changes: 1 addition & 1 deletion values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ compilers:
- id: ee-gcc3.2-030210-beta2
platform: ps2
template: common/default
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz
file: https://github.com/decompme/compilers/releases/download/compilers/ee-gcc3.2-030210-beta2.tar.gz?2025-02-10
- id: ee-gcc3.2-030926
platform: ps2
template: common/default
Expand Down

0 comments on commit f99eed6

Please sign in to comment.