pandemonium_engine/misc/build-containers
2022-10-11 22:36:09 +02:00
..
engine_build_scripts Moved podman linux build commands to a new script. 2022-10-11 17:17:20 +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_containers.sh Fixed typo. 2022-10-11 18:09:07 +02:00
Dockerfile.android Updated the build containers based on: 18b7ecfcd9 2022-08-01 22:17:12 +02:00
Dockerfile.base Updated the build consatiners based on changes from godot's. 2022-10-11 16:29:00 +02:00
Dockerfile.ios Updated the build consatiners based on changes from godot's. 2022-10-11 16:29:00 +02:00
Dockerfile.javascript Updated the build consatiners based on changes from godot's. 2022-10-11 16:29:00 +02:00
Dockerfile.linux Updated the build consatiners based on changes from godot's. 2022-10-11 16:29:00 +02:00
Dockerfile.osx Fixed the osx docker container. 2022-10-11 21:57:15 +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 consatiners based on changes from godot's. 2022-10-11 16:29:00 +02:00
podman_build_all.sh Now the podman build all script has the ability to easily set the build name. 2022-10-11 22:36:09 +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.