pandemonium_engine/misc/build-containers
2022-10-11 17:04:36 +02:00
..
files
.gitignore
build_containers.sh
Dockerfile.android
Dockerfile.base
Dockerfile.ios
Dockerfile.javascript
Dockerfile.linux Updated the build consatiners based on changes from godot's. 2022-10-11 16:29:00 +02:00
Dockerfile.osx
Dockerfile.windows Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.xcode
podman_build_all.sh Initial update / small cleanup pass on the build all script. 2022-10-11 17:04:36 +02:00
README.md

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.