broken_seals_2d/tools/build-containers
2022-02-20 23:55:27 +01:00
..
files Updated the tools. 2022-02-20 23:55:27 +01:00
.gitignore Also added the tools folder. 2021-02-20 22:57:31 +01:00
build_containers.sh Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.android Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.base Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.ios Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.javascript Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.linux Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.msvc Also added the tools folder. 2021-02-20 22:57:31 +01:00
Dockerfile.osx Updated the tools. 2022-02-20 23:55:27 +01:00
Dockerfile.windows Also added the tools folder. 2021-02-20 22:57:31 +01:00
Dockerfile.xcode Updated the tools. 2022-02-20 23:55:27 +01:00
README.md Also added the tools folder. 2021-02-20 22:57:31 +01:00
upload.sh Also added the tools folder. 2021-02-20 22:57:31 +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.