images/actions/godot/Dockerfile aktualisiert
Some checks failed
Build Runner Base / build_act (push) Successful in 1m58s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 2m26s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m21s
Build Runner Lua / build_lua (5.2) (push) Successful in 2m29s
Build Runner Lua / build_lua (5.3) (push) Successful in 2m35s
Build Runner csharp / build_csharp (6) (push) Successful in 3m1s
Build Runner Lua / build_lua (5.4) (push) Successful in 2m47s
Build Runner Java / build_java (17) (push) Successful in 3m0s
Build Runner csharp / build_csharp (7) (push) Successful in 3m4s
Build Runner Php / build_php (8.1) (push) Successful in 2m48s
Build Runner Php / build_php (8.3) (push) Successful in 2m50s
Build Runner Php / build_php (8.2) (push) Successful in 2m53s
Build Runner Java / build_java (8) (push) Successful in 3m10s
Build Runner Java / build_java (21) (push) Successful in 3m13s

This commit is contained in:
Snoweuph 2024-05-11 12:10:59 +00:00
parent 144cc8c78b
commit 71a9f2d93e

View file

@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-csharp-7:latest
ARG PACKAGE_VERSION
RUN wget https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_linux.x86_64.zip -O Godot.zip \
RUN wget https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_mono_linux.x86_64.zip -O Godot.zip \
&& sudo unzip Godot.zip \
&& sudo mv ./Godot_v*-stable_mono_linux_x86_64/Godot_v*-stable_mono_linux.x86_64 /usr/local/bin/godot \
&& sudo mv ./Godot_v*-stable_mono_linux_x86_64/GodotSharp /usr/local/bin/GodotSharp \