Skip to content
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

no support for arm64/v8 #1

Open
frederico-klein opened this issue Jan 15, 2025 · 2 comments
Open

no support for arm64/v8 #1

frederico-klein opened this issue Jan 15, 2025 · 2 comments

Comments

@frederico-klein
Copy link

I wanted to run this on a raspberry pi, but it seems to assume you are running it on a linux/amd64, so no bueno.

@pme123
Copy link
Owner

pme123 commented Jan 15, 2025

hi there, at the time i had a mac, running on linux/amd64 - I just checked it still runs on my M3 Mac (the docker version).
Sorry, I have no experience with rasperry pi.

@frederico-klein
Copy link
Author

you need to compile for different architectures and create a docker manifest.
see https://docs.docker.com/reference/cli/docker/manifest/

i don't know how your code works (so maybe I am saying something stupid), but to get another electron app working I just downloaded a different version of electron from their releases, like https://github.com/electron/electron/releases/tag/v34.0.0 (like linux-arm64 instead of linux-x64) and it worked just fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants