-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snaps for different architectures #1272
Comments
Supported in the latest snapcraft, but not yet on electron-builder side (https://github.com/snapcore/snapcraft/releases/tag/2.26 stage packages). Not sure about |
No permissions, I guess. https://snapcraft.io/docs/reference/interfaces |
@develar There is something else, I guess. My app works as the server and when I had not added a "network-bind" permissions(didn't add by default) in the logs there was alert log like (please add plug 'network-bind'). But in this case, there are not any logs... Looks like some another cause... Ok, thanks for your answer. Do you plan to add the possibility to build snaps for both architectures at once? |
I doubt that snap can do this, but in any case it will be supported on electron-builder side (arch option for stage packages) as now there is a request. Please note — we ALREADY pass arch flag to snapcraft. |
Also, when I start the span there are these logs in the terminal:
|
I have tried to get rid of this in the past but no luck. Bloody Linux weird stuff. Currently, I don't want and don't have time to investigate it. Last time was decided/investigated that it can be safely ignored. |
Moved to backlog to keep issue list clear. |
Hello.
Is it possible to build the snap for 32bit under 64bit?
When I'm trying to build with --ia32 on the 64bit Ubuntu I get:
Building for a different target architecture requires a plugin specific implementation in the 'desktop-glib-only' plugin
And also a small issue. When I'm trying to use shell.openExternal to open a link in the default browser it doesn't work. I've tried node modules like this. Don't work too. Do you have any ideas about it?
Thanks in advance.
The text was updated successfully, but these errors were encountered: