Docker image to export Godot games for continuous integration systems.
There are some different images:
- latest or the godot version number - headless godot and templates
- android - headless godot, godot templates, openjdk and android sdk
- android-ndk - headless godot, godot templates, openjdk, android sdk, android ndk
docker run -v "$(pwd):/project" -t rgpaul/godot-ci godot --path "/project" --export "Windows Desktop" "build/SampleGame.exe"
docker build -t rgpaul/godot-ci .
docker build -t rgpaul/godot-ci:android ./android
docker build -t rgpaul/godot-ci:android-ndk ./android-ndk