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

ci: add support for linux-arm64 #889

Merged
merged 1 commit into from
Jul 17, 2023
Merged

ci: add support for linux-arm64 #889

merged 1 commit into from
Jul 17, 2023

Conversation

csett86
Copy link
Member

@csett86 csett86 commented Jul 16, 2023

Update electron-builder to be able to disable rebuilds, everything is prebuild anyway.
As part of electron-builder upgrade, fix sign and notarize on pull
requests for mac and continue to notarize outside of builder, because notarize within electron-builder
required teamId to be set in build config, but we want to keep that in env for now

See https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/src/macPackager.ts#L525

@csett86 csett86 marked this pull request as draft July 16, 2023 17:33
@csett86 csett86 linked an issue Jul 16, 2023 that may be closed by this pull request
Update electron-builder to be able to disable rebuilds, everything is prebuild anyway.
As part of electron-builder upgrade, fix sign and notarize on pull
requests for mac and continue to notarize outside of builder, because notarize within electron-builder
required teamId to be set in build config, but we want to keep that in env for now

See https://github.com/electron-userland/electron-builder/blob/master/packages/app-builder-lib/src/macPackager.ts#L525
@csett86 csett86 marked this pull request as ready for review July 16, 2023 21:00
@csett86
Copy link
Member Author

csett86 commented Jul 16, 2023

Its now ready for review, I have already tested it successfully on a Raspberry Pi with arm64 raspbian (bullseye). Due to the required electron-builder update I also did retests on Windows, Ubuntu and macOS, just to be sure that functionality and autoupdate still work as expected.

Copy link
Member

@saghul saghul left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is awesome!

@csett86 csett86 merged commit c022605 into master Jul 17, 2023
3 checks passed
@csett86 csett86 deleted the linux-arm64 branch July 17, 2023 09:51
d3473r pushed a commit to d3473r/jitsi-meet-electron that referenced this pull request Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Linux: Adding aarch64 (ARM) Support
2 participants