images/actions/godot/Dockerfile aktualisiert
Some checks failed
Build Runner Base / build_act (push) Successful in 2m6s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m47s
Build Runner Godot / build_godot (4.2.2) (push) Successful in 2m58s
Build Runner csharp / build_csharp (6) (push) Successful in 3m19s
Build Runner Godot / build_godot (latest) (push) Successful in 3m13s
Build Runner Lua / build_lua (5.3) (push) Successful in 3m3s
Build Runner Lua / build_lua (5.2) (push) Successful in 3m6s
Build Runner Lua / build_lua (5.4) (push) Successful in 3m2s
Build Runner Php / build_php (8.1) (push) Successful in 3m1s
Build Runner Php / build_php (8.3) (push) Successful in 3m0s
Build Runner csharp / build_csharp (7) (push) Successful in 3m24s
Build Runner Php / build_php (8.2) (push) Successful in 3m3s
Build Runner Java / build_java (17) (push) Successful in 3m20s
Build Runner Java / build_java (21) (push) Failing after 3m36s
Build Runner Java / build_java (8) (push) Failing after 3m41s

This commit is contained in:
Snoweuph 2024-05-09 23:47:30 +00:00
parent b620931daf
commit 5c65e439fd

View file

@ -19,4 +19,5 @@ RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \
&& sudo unzip 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/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 \ && sudo mv ./Godot_v*-stable_mono_linux_x86_64/GodotSharp /usr/local/bin/GodotSharp \
&& rm Godot.zip && rm Godot.zip