Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross does not have an ARM64 platform docker image for v0.2.5 and main #1487

Closed
metaclips opened this issue May 7, 2024 · 2 comments
Closed

Comments

@metaclips
Copy link

There's no docker image build for aarch64-linux since Cross v0.2.5 https://github.com/cross-rs/cross/pkgs/container/aarch64-unknown-linux-gnu/68145119?tag=0.2.5 as the only supported arch are linux/amd64 and unknown/unknown which makes building on MacOS m1 slow or having to pull back to v0.2.4.

@Emilgardis
Copy link
Member

This is a known issue, see #1214 (comment)

We've never had images for native arm64, see #751

@Emilgardis Emilgardis closed this as not planned Won't fix, can't repro, duplicate, stale May 7, 2024
@xpe
Copy link

xpe commented May 9, 2024

From #1214 (comment): "For anybody else, to save you spending days looking for a solution here is how I solved it: cargo install cross --git https://github.com/cross-rs/cross Yep, update and it worked fine for me." ... based on the upvotes, parties, and hearts, it is clear this advice has saved many people's bacon.

Alternatively, my understanding is that what Emilgardis linked above: #1214 (comment) will make cross-compilation on a macOS work even with a cargo install cross installation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants