images/actions/godot/Dockerfile aktualisiert
Some checks failed
Build Runner Base / build_act (push) Successful in 2m1s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 2m19s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m23s
Build Runner Lua / build_lua (5.3) (push) Successful in 2m45s
Build Runner csharp / build_csharp (6) (push) Successful in 3m1s
Build Runner Lua / build_lua (5.4) (push) Successful in 2m51s
Build Runner Lua / build_lua (5.2) (push) Successful in 2m56s
Build Runner Php / build_php (8.1) (push) Successful in 2m53s
Build Runner Php / build_php (8.2) (push) Successful in 2m52s
Build Runner Php / build_php (8.3) (push) Successful in 2m52s
Build Runner csharp / build_csharp (7) (push) Successful in 3m14s
Build Runner Java / build_java (17) (push) Successful in 3m12s
Build Runner Java / build_java (8) (push) Successful in 3m12s
Build Runner Java / build_java (21) (push) Successful in 3m15s

This commit is contained in:
Snoweuph 2024-05-11 12:06:54 +00:00
parent 5756169eb0
commit 144cc8c78b

View file

@ -2,7 +2,7 @@ FROM git.euph.dev/actions/runner-csharp-7:latest
ARG PACKAGE_VERSION
RUN wget --quite 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_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 \