-
Notifications
You must be signed in to change notification settings - Fork 16
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
Mac Arm64 Support & Example? #7
Comments
The image is So this issue should be a nice to have feature request. |
What is the more work required? I started building aarch64 (but don't have an ARM64 Darwin laptop yet) with:
added in to the Dockerfile. Then in my app's CI I can build the binary with:
and my
with all three of those tweaks, my CI builds go through, no error. The compiled aarch64 binary looks about the right size as the other artifacts. Your mileage may vary! |
Yeah, that also was my impression at first glance. Like touching cargo config and adding the corresponding toolchain. |
Sorry for the delay response, but the following works:
Thanks to @xrl for the suggestion :) |
Released on v1.65.0 |
Just wanted to publicly document some stupidity on my part.
|
Thanks for the awesome tool.
I was wondering if it is possible to cross compile to aarch64-apple-darwin rust target (arm64 darwin) since this is using https://github.com/tpoechtrager/osxcross? If so can an example be given and update the read me with it? I know the Readme talks about it but it is not clear and it doesn't work.
Example of how I am trying to compile the project:
The text was updated successfully, but these errors were encountered: