images/actions/godot/Dockerfile aktualisiert
Some checks failed
Build Runner Base / build_act (push) Successful in 2m41s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 2m42s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m39s
Build Runner Lua / build_lua (5.2) (push) Successful in 2m43s
Build Runner Godot / build_godot (latest) (push) Failing after 2m55s
Build Runner csharp / build_csharp (6) (push) Successful in 3m6s
Build Runner Lua / build_lua (5.3) (push) Successful in 2m52s
Build Runner Lua / build_lua (5.4) (push) Successful in 2m59s
Build Runner Java / build_java (17) (push) Successful in 3m14s
Build Runner csharp / build_csharp (7) (push) Successful in 3m21s
Build Runner Php / build_php (8.1) (push) Successful in 3m11s
Build Runner Php / build_php (8.3) (push) Successful in 3m7s
Build Runner Php / build_php (8.2) (push) Successful in 3m9s
Build Runner Java / build_java (8) (push) Successful in 3m23s
Build Runner Java / build_java (21) (push) Successful in 3m28s

This commit is contained in:
Snoweuph 2024-05-09 23:14:43 +00:00
parent 62c7360df3
commit ce812786c0

View file

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