linuxserver / docker-firefox

GNU General Public License v3.0
145 stars 38 forks source link

Support for ARM v7 #43

Closed Pllet closed 7 months ago

Pllet commented 7 months ago

Is this a new feature request?

Wanted change

Hi, i am trying to use this on a raspberry pi 4b but it seems it does not support arm v7

image

Reason for change

to support raspberry

Proposed code change

No response

github-actions[bot] commented 7 months ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 7 months ago

You need to update your rpi4 to 64bit. https://info.linuxserver.io/issues/2023-07-01-armhf/

Roxedus commented 7 months ago

We do no longer support armhf/armv7. https://www.linuxserver.io/blog/a-farewell-to-arm-hf

You should reinstall your OS to 64bit, as your hardware is 64bit capable.

Pllet commented 7 months ago

oh i see, thanks, im kinda new with this and i thougth that my raspbian was 64bit... ill update, thanks a lot.