images/actions/godot/Dockerfile aktualisiert
Some checks failed
Build Runner Base / build_act (push) Successful in 2m14s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 2m36s
Build Runner Godot / build_godot (latest) (push) Failing after 2m43s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m37s
Build Runner Lua / build_lua (5.4) (push) Successful in 2m40s
Build Runner Lua / build_lua (5.3) (push) Successful in 2m43s
Build Runner csharp / build_csharp (6) (push) Successful in 3m7s
Build Runner Php / build_php (8.2) (push) Successful in 2m53s
Build Runner Php / build_php (8.1) (push) Successful in 2m56s
Build Runner Php / build_php (8.3) (push) Successful in 2m55s
Build Runner csharp / build_csharp (7) (push) Successful in 3m20s
Build Runner Lua / build_lua (5.2) (push) Successful in 3m12s
Build Runner Java / build_java (17) (push) Successful in 3m22s
Build Runner Java / build_java (8) (push) Successful in 3m22s
Build Runner Java / build_java (21) (push) Successful in 3m26s

This commit is contained in:
Snoweuph 2024-05-09 22:13:02 +00:00
parent 7eafebf2c2
commit 21351c0cb0

View file

@ -8,13 +8,13 @@ RUN if [[ "$PACKAGE_VERSION" != "latest" ]] ; then \
| grep "browser_download_url.*Godot_v.*-stable_mono_linux_x86_64.zip" \
| cut -d '"' -f 4 - \
| head -n 1 \
) -O Godot.zip \
) -O Godot.zip ;\
else \
wget $( \
curl -s https://api.github.com/repos/godotengine/godot/releases/latest \
| grep "browser_download_url.*Godot_v.*-stable_mono_linux_x86_64.zip" \
| cut -d '"' -f 4 \
) -O Godot.zip \
) -O Godot.zip ;\
fi \
&& unzip Godot.zip -d /usr/local/bin \
&& rm Godot.zip \