Godot engine build containers
Go to file
Rémi Verschelde 7e387bd357
Merge pull request #59 from godotengine/mono-6.12.0.111
Update to Mono 6.12.0.111
2020-11-19 11:47:45 +01:00
files Update to Mono 6.12.0.111 2020-11-19 11:46:24 +01:00
.gitignore Factor out cloning and patching for godot-mono-builds 2020-04-07 16:18:37 +02:00
Dockerfile.android Android: Fix installing SDK command line tools 2020-10-13 17:09:01 +02:00
Dockerfile.base Update to Mono 6.12.0.102, use Fedora 32 2020-10-20 13:27:57 +02:00
Dockerfile.export Optimize mono & dnf downloads 2020-03-20 01:13:06 +08:00
Dockerfile.ios Update to Mono 6.12.0.111 2020-11-19 11:46:24 +01:00
Dockerfile.javascript Update to Mono 6.12.0.111 2020-11-19 11:46:24 +01:00
Dockerfile.mono Update to Mono 6.12.0.102, use Fedora 32 2020-10-20 13:27:57 +02:00
Dockerfile.mono-glue Optimize mono & dnf downloads 2020-03-20 01:13:06 +08:00
Dockerfile.msvc Optimize mono & dnf downloads 2020-03-20 01:13:06 +08:00
Dockerfile.osx Update to Mono 6.12.0.111 2020-11-19 11:46:24 +01:00
Dockerfile.ubuntu-32 Update to Mono 6.12.0.102, use Fedora 32 2020-10-20 13:27:57 +02:00
Dockerfile.ubuntu-64 Update to Mono 6.12.0.102, use Fedora 32 2020-10-20 13:27:57 +02:00
Dockerfile.windows Update to Mono 6.12.0.102, use Fedora 32 2020-10-20 13:27:57 +02:00
Dockerfile.xcode iOS and OSX: Upgrade containers to use latest osxcross and Xcode 12.0.1 2020-10-07 12:33:54 +02:00
README.md
build.sh Update to Mono 6.12.0.111 2020-11-19 11:46:24 +01:00
upload.sh Make all scripts executable 2020-10-04 17:41:21 +02:00

README.md

Godot engine 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.