### Checklist - [X] I've looked through the [issues and pull requests](https://github.com/cross-rs/cross/issues?q=) for similar request - [X] This feature could be solved with a [custom docker image](https://github.com/cross-rs/cross#custom-docker-images) (optional) ### Describe your request With the rise of arm64 architecture, cross should natively support this host architecture. This means that the docker images should run on aarch64, and that cross should not make assumptions that the host is x86_64. ### Describe why this would be a good inclusion for `cross` _No response_