-
-
Notifications
You must be signed in to change notification settings - Fork 707
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
Support apple silicon #1317
Comments
@PalmerAL That PR is merged - is there anything we need to change to allow it to support apple sillicon? |
There's a weird problem where running the I don't have one of these devices to test on, but I know someone who's buying one soon, so hopefully I'll be able to confirm that the build works. If anyone here has one already, LMK. |
Actually we probably need this: atom/node-keytar#340 |
I'll keep an eye on that |
@PalmerAL That one merged as well, anything else? 😂 |
I tried this again, and now it won't build because it's using the wrong SDK:
It needs to be using the 11.0 SDK to work, but I'm not sure how to change it. And this was working fine a week ago; I'm not sure what changed. |
I was able to fix that by running It compiles successfully now at least. @Milo123459 Do you happen to have one of these machines to test with? |
PR: #1383 |
I think the only remaining thing is for keytar to add Electron 11 and arm64 support (atom/node-keytar#319).
The text was updated successfully, but these errors were encountered: