-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add M1 prebuilds #2245
base: prebuilds
Are you sure you want to change the base?
Add M1 prebuilds #2245
Conversation
I don’t think it could be this easy because all of the dependencies have to be in the right architecture too. |
Ah, true... Is the most realistic option here to get a Mac mini, and add that as a self-hosted runner? At least until GitHub offers M-chip hosted runners? I have a downstream project that is very much stuck on the lack of prebuild M1 binaries here, and it might be the easiest for me to just get a Mac mini and (if you are ok with that) connect it to this repo here? |
Any clue on how this could be picked up again? Is this something anyone can do? |
This should be possible now that GitHub offers Apple silicon runners, right? |
e9c5286
to
8b238be
Compare
I have no idea whether this will work, but maybe worth a try? I don't have a M1, so I can't even test this :)
But it does build something when I run the workflow on my fork, and the compiler log has output that suggests it is actually building an arm64 version. The upload step fails in my fork, and I am not familiar enough with that to fix this. Maybe a maintainer here could test things and see whether this might actually be producing the correct binaries?