pandemonium_engine/misc/build-containers
2022-03-25 20:52:56 +01:00
..
files
.gitignore
build_containers.sh Disabled building the linux x86 templates with the build all script, as fedora seems to be having some issues installing libstdc++.i686 right now. 2022-03-25 19:10:20 +01:00
Dockerfile.android
Dockerfile.base
Dockerfile.ios
Dockerfile.javascript
Dockerfile.linux Removed the 32bit stuff from the linux container, and added a new 32bit linux container script. 2022-03-25 19:08:05 +01:00
Dockerfile.linux32 Removed the 32bit stuff from the linux container, and added a new 32bit linux container script. 2022-03-25 19:08:05 +01:00
Dockerfile.osx
Dockerfile.windows
Dockerfile.xcode
podman_build_all.sh Don't check for the 32 bit binaries at the end of the build all script, and fix the name of the server executables. 2022-03-25 20:52:56 +01: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.