Files
godot-ci/Dockerfile
Björn Heinrichs 90fcfe5d65 Provide support for Godot 4 (#104)
* Provide support for Godot 4

Godot 4 is still in beta, but there are some changes that will be in Effect in the Future.

In particular this change is backwards compatible to the existing workflows.
In particular linux_headless has been sunset and replaced by the regular linux distribution (linux.x86_64).
To run Godot in a headless context, it is now necessary to specify the display-driver to be "headless".

With this change a Workflow can be created for the beta releases of Godot.

* Support exports out-of-the-box

Godot renamed the templates folder.
Adds a Symbolic Link to support both without any overhead

See https://github.com/godotengine/godot/pull/63093
2023-03-15 15:58:41 +01:00

3.2 KiB