godot-rust-cli
godot-rust-cli copied to clipboard
Add Linux as a supported cross-compilation platform
This shouldn't be too far off, it just needs the correct Dockerfile created.
The issue that we're currently facing is documented here.
Essentially:
- We need to extend the default docker file for 64 bit Linux.
- We need this image to have clang 3.9 or higher.