mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Electronize build cannot build to linux arm #970
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