Build snap for arm64 #926

Closed
opened 2026-01-29 16:52:06 +00:00 by claunia · 1 comment
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:06 +00:00
Author
Owner

@FlorianRappl commented on GitHub (Oct 31, 2025):

Outdated - use ElectronNET.Core and ElectronNET.Core.AspNet.

See Wiki / What's New.

@FlorianRappl commented on GitHub (Oct 31, 2025): Outdated - use `ElectronNET.Core` and `ElectronNET.Core.AspNet`. See [Wiki / What's New](https://github.com/ElectronNET/Electron.NET/wiki/What's-New).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#926