images/actions/godot/Dockerfile aktualisiert
All checks were successful
Build Runner Base / build_act (push) Successful in 2m7s
Build Runner Lua / build_lua (5.1) (push) Successful in 3m8s
Build Runner Lua / build_lua (5.4) (push) Successful in 3m14s
Build Runner Lua / build_lua (5.2) (push) Successful in 3m19s
Build Runner Lua / build_lua (5.3) (push) Successful in 3m17s
Build Runner Godot / build_godot (4.2.2) (push) Successful in 3m33s
Build Runner csharp / build_csharp (6) (push) Successful in 3m38s
Build Runner Godot / build_godot (latest) (push) Successful in 3m32s
Build Runner Php / build_php (8.1) (push) Successful in 3m17s
Build Runner Php / build_php (8.2) (push) Successful in 3m16s
Build Runner Php / build_php (8.3) (push) Successful in 3m14s
Build Runner csharp / build_csharp (7) (push) Successful in 3m41s
Build Runner Java / build_java (17) (push) Successful in 3m38s
Build Runner Java / build_java (8) (push) Successful in 3m35s
Build Runner Java / build_java (21) (push) Successful in 3m39s

This commit is contained in:
Snoweuph 2024-05-09 23:24:30 +00:00
parent 1561b79f9c
commit 59046a7d3c

View file

@ -18,7 +18,5 @@ RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \
fi \
&& 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/godot \
&& sudo mv ./Godot_v*-stable_mono_linux_x86_64/GodotSharp /usr/local/bin/GodotSharp \
&& rm Godot.zip
#RUN sudo apk add --no-cache "something$PACKAGE_VERSION"