Skip to content
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

Closed
fabiospampinato opened this issue Jun 24, 2020 · 9 comments
Closed

Unable to build for ARM64 #5095

fabiospampinato opened this issue Jun 24, 2020 · 9 comments

Comments

@fabiospampinato
Copy link

  • Version: 22.7.0
  • Electron Version: 9.0.4
  • Electron Type (current, beta, nightly): Current
  • Target: All targets (ARM64)

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.

@rankjie
Copy link

rankjie commented Jun 26, 2020

I believe the building process has hardcoded to be only building Arch.x64 for macOS right now.

.then(() => this.packageInDistributableFormat(appPath, Arch.x64, targets, taskManager))

Since Apple is about to release ARM-based Mac this year, we need to support building for ARM64.

@stale
Copy link

stale bot commented Aug 25, 2020

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.

@stale stale bot added the backlog label Aug 25, 2020
@fabiospampinato
Copy link
Author

Still relevant.

@stale stale bot closed this as completed Sep 2, 2020
@deathlyrage
Copy link

Still relevant.

@fabiospampinato
Copy link
Author

I like how the stupid bot just closes issues like that, shouldn't there be an issue tracking compatibility with Apple Silicon? @develar

@deathlyrage
Copy link

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.

@mmaietta
Copy link
Collaborator

mmaietta commented Nov 12, 2020

Just for posterity's sake and future readers, we probably should consolidate Apple Silicon/arm64 discussions in this ticket: #5392 (comment)
An investigation is ongoing there.

@rankjie your pointer helped me a lot in my local patching. Thank you

@stale
Copy link

stale bot commented Jan 15, 2021

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.

@stale stale bot added the backlog label Jan 15, 2021
@fabiospampinato
Copy link
Author

Closing as this repo isn't issue-friendly, I don't want to receive notifications from the idiot bot anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants