godot-rust-cli
godot-rust-cli copied to clipboard
Resolve add linux as cross-compilation platform
This resolves #28 by doing the following:
- Remove unnecessary dependencies from the
cross-Dockerfile for Windows as they are already present in the upstream image. - Add
.dockerignoreso that/targetis not sent to the build context. - Enable the software collections in linux-
cross. Reference: https://austindewey.com/2019/03/26/enabling-software-collections-binaries-on-a-docker-image/ - The
FROMstatements have fully-qualified names. Important forpodman-support.