You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: