pandemonium_engine/misc/build_containers
2024-04-21 14:58:55 +02:00
..
engine_build_scripts Renamed the build container folders. 2024-04-21 14:58:25 +02:00
files Renamed the build container folders. 2024-04-21 14:58:25 +02:00
old/build_containers_frt Moved the old frt build containers. 2024-04-21 14:58:55 +02:00
.gitignore Renamed the build container folders. 2024-04-21 14:58:25 +02:00
build_all.sh Renamed the build container folders. 2024-04-21 14:58:25 +02:00
build_containers.sh Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.android Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.base Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.frt_arm32 Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.frt_arm64 Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.frt_base Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.ios Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.javascript Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.linux Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.osx Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.windows Renamed the build container folders. 2024-04-21 14:58:25 +02:00
Dockerfile.xcode Renamed the build container folders. 2024-04-21 14:58:25 +02:00
README.md Renamed the build container folders. 2024-04-21 14:58:25 +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.