pandemonium_engine_minimal/misc/build-containers
2023-12-14 21:54:22 +01:00
..
engine_build_scripts Initial Commit. 2023-12-14 21:54:22 +01:00
files Initial Commit. 2023-12-14 21:54:22 +01:00
.gitignore Initial Commit. 2023-12-14 21:54:22 +01:00
build_containers.sh Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.android Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.base Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.ios Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.javascript Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.linux Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.osx Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.windows Initial Commit. 2023-12-14 21:54:22 +01:00
Dockerfile.xcode Initial Commit. 2023-12-14 21:54:22 +01:00
podman_build_all.sh Initial Commit. 2023-12-14 21:54:22 +01:00
README.md Initial Commit. 2023-12-14 21:54:22 +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.