-
Notifications
You must be signed in to change notification settings - Fork 64
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 for running on Apple Silicon (arm64) #56
Comments
It seems like On macOS this isn't a problem since we have |
@develar Friendly bump on this. This is really needed for electron-builder to work on the newer apple silicon macs because it can't execute ia32 binaries. I can handle the electron-builder implementation, but I need the binary provided in this repo. Could you please assist? |
Copying from my accidental duplicate #100: Using this package via
Is it possible for As such we don't want to buy older hardware for a self-hosted CI pipeline, but nor can we but newer hardware due to this incompatibility. |
Friendly bump. @develar, could you comment on this even if only to say no action is currently planned so we can gain some clarity about the future? Thank you for your wonderful work. |
Friendly bump. This would help us save a thousand dollars on hardware, and I'm sure we're not the only ones. |
@Nantris I'm taking a stab at implementing this but my knowledge of Go is pretty much zero. I'll follow up here if I make any progress |
Currently, the binary shipped in
app-builder-bin
is only built for x86_64, would it be possible to have it be a universal binary with support for arm64 as well?The text was updated successfully, but these errors were encountered: