mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-04 21:25:09 +00:00
Electronize build cannot build to linux arm #973
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 @datttit on GitHub (Mar 26, 2025).
electronize build /electron-arch arm64 /target linux /publishI'm using this command for build my blazor server app + electronize to linux arm.
But blazor server application is build for linux X64 , while electronize is build for linux arm.
Something is wrong here
@FlorianRappl commented on GitHub (Oct 31, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.