images/actions/godot/Dockerfile aktualisiert
Some checks failed
Build Runner Base / build_act (push) Successful in 2m9s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m19s
Build Runner Lua / build_lua (5.2) (push) Successful in 2m28s
Build Runner Lua / build_lua (5.3) (push) Successful in 2m38s
Build Runner Lua / build_lua (5.4) (push) Successful in 2m40s
Build Runner Php / build_php (8.1) (push) Successful in 2m40s
Build Runner csharp / build_csharp (6) (push) Successful in 3m2s
Build Runner Php / build_php (8.2) (push) Successful in 2m48s
Build Runner csharp / build_csharp (7) (push) Successful in 3m9s
Build Runner Php / build_php (8.3) (push) Successful in 2m48s
Build Runner Java / build_java (17) (push) Successful in 3m10s
Build Runner Java / build_java (8) (push) Successful in 3m10s
Build Runner Java / build_java (21) (push) Successful in 3m13s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 36s
Some checks failed
Build Runner Base / build_act (push) Successful in 2m9s
Build Runner Lua / build_lua (5.1) (push) Successful in 2m19s
Build Runner Lua / build_lua (5.2) (push) Successful in 2m28s
Build Runner Lua / build_lua (5.3) (push) Successful in 2m38s
Build Runner Lua / build_lua (5.4) (push) Successful in 2m40s
Build Runner Php / build_php (8.1) (push) Successful in 2m40s
Build Runner csharp / build_csharp (6) (push) Successful in 3m2s
Build Runner Php / build_php (8.2) (push) Successful in 2m48s
Build Runner csharp / build_csharp (7) (push) Successful in 3m9s
Build Runner Php / build_php (8.3) (push) Successful in 2m48s
Build Runner Java / build_java (17) (push) Successful in 3m10s
Build Runner Java / build_java (8) (push) Successful in 3m10s
Build Runner Java / build_java (21) (push) Successful in 3m13s
Build Runner Godot / build_godot (4.2.2) (push) Failing after 36s
This commit is contained in:
parent
d5d1e469f9
commit
5756169eb0
1 changed files with 1 additions and 5 deletions
|
@ -2,11 +2,7 @@ FROM git.euph.dev/actions/runner-csharp-7:latest
|
||||||
|
|
||||||
ARG PACKAGE_VERSION
|
ARG PACKAGE_VERSION
|
||||||
|
|
||||||
RUN wget $(
|
RUN wget --quite https://downloads.tuxfamily.org/godotengine/$PACKAGE_VERSION/mono/Godot_v$PACKAGE_VERSION-stable_linux.x86_64.zip -O Godot.zip \
|
||||||
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 \
|
|
||||||
&& 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 \
|
||||||
|
|
Loading…
Reference in a new issue