pandemonium_engine/misc/build-containers
2024-04-21 12:57:55 +02:00
..
engine_build_scripts Added missing production=yes options. 2024-04-21 12:57:55 +02:00
files Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
.gitignore Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
build_all.sh Re-enable everything in the build all script. 2024-04-21 12:53:39 +02:00
build_containers.sh Renamed frt's build containers. 2024-04-21 11:59:13 +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.frt_arm32 Renamed frt's build containers. 2024-04-21 11:59:13 +02:00
Dockerfile.frt_arm64 Renamed frt's build containers. 2024-04-21 11:59:13 +02:00
Dockerfile.frt_base Added missing dependencies to the frt build containers. 2024-04-21 11:58:21 +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 Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.xcode Updated the build containers based on godot's. 2024-04-20 17:44:49 +02:00
README.md Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01: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.