gdnative_python/misc/build_containers
2024-09-12 18:44:22 +02:00
..
engine_build_scripts Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
files/patches Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
.gitignore Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
build_all.sh Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
build_containers.sh Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
Dockerfile.base Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
Dockerfile.linux Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
Dockerfile.osx Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
Dockerfile.windows Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
README.md Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00

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.