godot-rust-cli icon indicating copy to clipboard operation
godot-rust-cli copied to clipboard

Add Linux as a supported cross-compilation platform

Open robertcorponoi opened this issue 4 years ago • 0 comments

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.

robertcorponoi avatar Jul 03 '21 17:07 robertcorponoi