Build snap for arm64 #923

Open
opened 2026-01-29 16:52:03 +00:00 by claunia · 0 comments
Owner

Originally created by @droc91 on GitHub (Jan 2, 2024).

Hello,
I'm trying to create a snap package for arm64 (linux) using the example code in the main page.
When running the following command, I only get a snap for amd64.
I've try running it on a raspberryPi4 and got the same result.

electronize build /target custom "linux-arm64;arm64" /electron-arch arm64
I also try with
electronize build /target linux

Version 9.31.2

dotnet 6.0

linux arm64

Originally created by @droc91 on GitHub (Jan 2, 2024). Hello, I'm trying to create a snap package for arm64 (linux) using the example code in the main page. When running the following command, I only get a snap for amd64. I've try running it on a raspberryPi4 and got the same result. `electronize build /target custom "linux-arm64;arm64" /electron-arch arm64` I also try with `electronize build /target linux` <!-- Which version of Electron.NET CLI and API are you using? --> Version 9.31.2 <!-- Which version of .NET Core and Node.js are you using (if applicable)? --> dotnet 6.0 <!-- What target are you building for? --> linux arm64
claunia added the bug label 2026-01-29 16:52:03 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#923