pandemonium_engine/misc/build-containers
2024-04-20 20:32:00 +02:00
..
deprecated Copied the current build scripts to a new deprecated folder. 2024-04-20 17:56:43 +02:00
engine_build_scripts Added a note and some commented out commands to the container linux build script. 2023-08-12 11:48:09 +02:00
files
.gitignore
build_containers.sh Use docker instead of podman in the container build script. 2024-04-20 20:32:00 +02:00
Dockerfile.android Updated the build containers based on godot's. 2024-04-20 17:44:49 +02:00
Dockerfile.base Updated the build containers based on godot's. 2024-04-20 17:44:49 +02:00
Dockerfile.ios Use docker instead of podman in the container build script. 2024-04-20 20:32:00 +02:00
Dockerfile.javascript Updated the build containers based on godot's. 2024-04-20 17:44:49 +02:00
Dockerfile.linux Updated the build containers based on godot's. 2024-04-20 17:44:49 +02:00
Dockerfile.osx Use docker instead of podman in the container build script. 2024-04-20 20:32:00 +02:00
Dockerfile.windows
Dockerfile.xcode Updated the build containers based on godot's. 2024-04-20 17:44:49 +02:00
podman_build_all.sh Also check whether the armhf builds have finished at the end of the build all script. 2022-10-12 13:36:55 +02:00
README.md

Godot engine build containers

Based on https://github.com/godotengine/build-containers

This repository contains the Dockerfiles for the official Godot engine builds. These containers should help you build Godot for all platforms supported on any machine that can run Docker containers.

Building

There is a 'build.sh' script included to build the containers themselves. The in-container build scripts will follow shortly.