pandemonium_engine/misc/build-containers
2022-03-23 22:23:22 +01: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 Remvoed the msvc dockerfile from the build containers script aswell, and change img_version. 2022-03-23 22:11:19 +01:00
Dockerfile.android Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.base Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.ios Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.javascript Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.linux Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.osx Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.windows Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
Dockerfile.xcode Added the tools from broken seals directly to this repo. 2022-03-23 22:07:11 +01:00
podman_build_all.sh Now the podman build script should work. 2022-03-23 22:23:22 +01: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.