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

ARM (Raspberry Pi 4) Support #32

Open
Deastrom opened this issue Apr 29, 2021 · 1 comment
Open

ARM (Raspberry Pi 4) Support #32

Deastrom opened this issue Apr 29, 2021 · 1 comment
Labels
feature request Request for features

Comments

@Deastrom
Copy link

Is this supported on ARM processors?

@adaliszk adaliszk added this to the v1.1 milestone Apr 30, 2021
@adaliszk adaliszk added the feature request Request for features label Apr 30, 2021
@adaliszk
Copy link
Owner

Not out of the box as even if I build the image with ARM the server executable is still x86_64.

The current way you can run x86_64 docker images on an ARM is via some sort of virtualisation. You either have to run a full VM on x86 or use emulators like https://github.com/ptitSeb/box86, I do want to investigate the latter at some point, but first I want to finish up the changes for v1.0

There is a promising tool for docker called https://github.com/gotoz/runq but sadly it does not support ARM yet,
hopefully they will add it 👉🏼 gotoz/runq/issues/17

@adaliszk adaliszk changed the title Error running on Rasp Pi 4 ARM (Raspberry Pi 4) Support Apr 30, 2021
@adaliszk adaliszk removed this from the v1.1: ARM Support milestone Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Request for features
Projects
None yet
Development

No branches or pull requests

2 participants