mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Build snap for arm64 #923
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 arm64I also try with
electronize build /target linuxVersion 9.31.2
dotnet 6.0
linux arm64