-
Notifications
You must be signed in to change notification settings - Fork 82
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 compile aarch64-apple-darwin by default #133
Comments
Some notes on this in #77, as this issue is a logical subtask of it. |
/me nods my preference would be for us to do this first, since it is very simple and browser detection of arch is something we know how to do. i think the fat binary idea is interesting, but it feels much less impactful and generally more complicated to implement to me than building this target independently, if that makes sense? |
oh absolutely, i was just literally linking it for the notes |
For those interested in this issue, I have submitted PR #143 to address this issue. |
This prerelease has it: https://github.com/axodotdev/cargo-dist/releases/tag/v0.0.4-prerelease.2 |
chore(deps): bump serde from 1.0.202 to 1.0.203
because this is made dead simple by apple (we need only add the target), i think we should include compiling to aarch64-apple-darwin by default, ahead of any larger cross compilation story (which will require more configuration and tooling)
this plus #82/#100 will bring us to target parity with a lot of folks looking to migrate to using cargo-dist
The text was updated successfully, but these errors were encountered: