mirror of
https://github.com/godotengine/build-containers.git
synced 2026-01-04 18:10:06 +03:00
11 lines
434 B
Markdown
11 lines
434 B
Markdown
# 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 are in a separate repository: https://github.com/godotengine/godot-build-scripts
|
|
|