Skip to content

Conversation

@chrillep
Copy link

@chrillep chrillep commented Dec 19, 2025

This pull request adds support for building and publishing Electron applications for the Linux ARM64 architecture, in addition to the existing x64 support. The changes update both the build scripts and the architecture selection logic to handle Linux ARM64 targets.

Build and publish script updates:

  • Added new npm scripts in package.json for building and publishing Linux ARM64 Electron apps, and updated the default build:linux and publish:linux scripts to include ARM64 alongside x64.

Architecture logic update:

  • Updated the getArchitectureForOs function in OsAndArch.php to return both x64 and arm64 for Linux, enabling multi-architecture builds.

closes #45

@chrillep chrillep changed the title feat(build): ✨ add arm64 support for linux builds feat(build): ✨ add arm64 support for linux builds (Raspberry Pi 5) Dec 19, 2025
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.

Building for Linux arm64 (Raspberry Pi)

1 participant