Skip to content

Request: ARM build for Mac? #19

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

Closed
andypiper opened this issue Nov 11, 2022 · 6 comments
Closed

Request: ARM build for Mac? #19

andypiper opened this issue Nov 11, 2022 · 6 comments
Labels
enhancement New feature or request

Comments

@andypiper
Copy link

Recognising that this is early days, would it be possible to request that Mac builds target Apple Silicon as well as / ahead of Intel? thanks!

@per1234 per1234 added the enhancement New feature or request label Nov 12, 2022
@ubidefeo
Copy link
Collaborator

@andypiper
Thank you for this, as an M1 user myself I want an arm64 build but we're prioritising bugs and features.
Unfortunately GitHub does not support Apple Silicon runners, so it can't be automated but should be made ad-hoc on a private machine.
We plan on adding it to the build process for manually building from source 🙂

@andypiper
Copy link
Author

Understood! It was fairly straightforward to build locally. Thanks.

@mikecee
Copy link

mikecee commented Mar 12, 2024

Apple Silicon runners recently became available to open source projects. It seems pretty straight forward to activate a Apple Silicon runner (single line change in .github/workflows/build.yml at jobs > build > strategy > matrix > config), but it looks like supporting both x64 and arm64 would need a tiny bit more thought.

The simplest approach looks to be have two different runners (macos-14 for Apple Silicon and macos-13 for x64 are currently mutually exclusive w.r.t. Github runner availability), and remove the special-case forcing electron-build to only generate for x86. I've started a PR #95, looking for feedback from someone who understands the build process more than me.

@ubidefeo
Copy link
Collaborator

Coming once PR #116 is merged to development and later main.
Expect 0.9.2 to have this in a few days, when we'll merge our latest fixes.

Thank you for the patience :)

@Lapporatory992
Copy link

hi is there a version for raspi 5? thanks

@andypiper
Copy link
Author

andypiper commented May 20, 2024

Looks like this issue is now resolved! Thanks.

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

No branches or pull requests

5 participants