-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Unable to build for ARM64 #5095
Comments
I believe the building process has hardcoded to be only building Arch.x64 for macOS right now.
Since Apple is about to release ARM-based Mac this year, we need to support building for ARM64. |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Still relevant. |
Still relevant. |
I like how the stupid bot just closes issues like that, shouldn't there be an issue tracking compatibility with Apple Silicon? @develar |
Apple silicon launching at the end of the year, google resolved ARM64 issues, Upstream is going to have ARM64 builds for apple silicon soon. We should be tracking this one. Lots of electron builder apps have a lot of upgrade work to do to even open. |
Just for posterity's sake and future readers, we probably should consolidate Apple Silicon/arm64 discussions in this ticket: #5392 (comment) @rankjie your pointer helped me a lot in my local patching. Thank you |
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Closing as this repo isn't issue-friendly, I don't want to receive notifications from the idiot bot anymore. |
I'm trying to produce arm64 artifacts for my app, for all platforms, from macOS 10.14, but the process gets stuck and never finishes, no error is outputted. I can only see the
multipass
process spinning forever from the task amanger.The text was updated successfully, but these errors were encountered: