gdnative_python/misc/build_containers
2024-09-12 18:54:57 +02:00
..
engine_build_scripts Build containers initial cleanup. 2024-09-12 18:54:57 +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 Build containers initial cleanup. 2024-09-12 18:54:57 +02:00
build_containers.sh Build containers initial cleanup. 2024-09-12 18:54:57 +02:00
Dockerfile.base Added some of the build containers from the engine. 2024-09-12 18:44:22 +02:00
Dockerfile.linux Build containers initial cleanup. 2024-09-12 18:54:57 +02:00
Dockerfile.osx Build containers initial cleanup. 2024-09-12 18:54:57 +02:00
Dockerfile.windows Build containers initial cleanup. 2024-09-12 18:54:57 +02:00
Dockerfile.xcode Build containers initial cleanup. 2024-09-12 18:54:57 +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.