broken_seals/tools/build-containers
Relintai b4ed80508a Rename the export image to linux, and now it can build the linux templates/editor. 2020-08-08 23:26:40 +02:00
..
files Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
.gitignore Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.android Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.base Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.ios Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.javascript Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.linux Rename the export image to linux, and now it can build the linux templates/editor. 2020-08-08 23:26:40 +02:00
Dockerfile.mono Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.mono-glue Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.msvc Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.osx Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.windows Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
Dockerfile.xcode Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
README.md Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +02:00
build_containers.sh Rename the export image to linux, and now it can build the linux templates/editor. 2020-08-08 23:26:40 +02:00
upload.sh Added the build containers from https://github.com/godotengine/build-containers under tools. Removed the mono related things from them, and cleaned up the container build script. Also added a script to build all the currently needed variants. 2020-08-05 00:54:26 +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.