pandemonium_engine/misc/build-containers
2024-04-21 04:00:52 +02:00
..
deprecated
engine_build_scripts Separated and updated the osx build commands to a new file. 2024-04-21 04:00:52 +02:00
files
.gitignore
build_all.sh Separated and updated the osx build commands to a new file. 2024-04-21 04:00:52 +02:00
build_containers.sh
Dockerfile.android
Dockerfile.base
Dockerfile.frt_arm32v7
Dockerfile.frt_arm64v8
Dockerfile.frt_base
Dockerfile.ios
Dockerfile.javascript
Dockerfile.linux
Dockerfile.osx
Dockerfile.windows
Dockerfile.xcode
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.