pandemonium_engine/misc/build-containers
2022-08-02 14:20:22 +02:00
..
files
.gitignore
build_containers.sh
Dockerfile.android Updated the build containers based on: 18b7ecfcd9 2022-08-01 22:17:12 +02:00
Dockerfile.base
Dockerfile.ios
Dockerfile.javascript Updated the build containers based on: 18b7ecfcd9 2022-08-01 22:17:12 +02:00
Dockerfile.linux
Dockerfile.linux32
Dockerfile.osx Updated the build containers based on: 18b7ecfcd9 2022-08-01 22:17:12 +02:00
Dockerfile.windows
Dockerfile.xcode
podman_build_all.sh Fix emscripten version for the podman build all script. 2022-08-02 14:20:22 +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.