[Feature Request]: linux/arm/v7 support?
Prerequisites
- [x] I have searched existing issues to ensure this feature hasn't already been requested
- [x] I have checked the documentation to verify this feature doesn't already exist
Problem Statement
I want to run the web ui on pi3b using docker compose and.. [+] Running 0/1 ⠇ meshtastic-web Pulling 1.7s no matching manifest for linux/arm/v7 in the manifest list entries
Proposed Solution
Sorry, but I have no idea how to build a docker images for arm :(
Current Alternatives
No response
Importance
Nice to have
Additional Context
No response
Thanks for creating the issue. It's been on our list to build an arm image and publish that to docker. That being said there may be issues with some of the packages running on arm so it will take time before we'll be able to get to this.
Oh, just came here for my raspberry 3b with deb12 32bit install. I would like to leave my voice too, it would be nice to have docker image for it.
Right now it ends up with:
docker run -d -p 8080:8080 --restart always --name Meshtastic-Web ghcr.io/meshtastic/web Unable to find image 'ghcr.io/meshtastic/web:latest' locally latest: Pulling from meshtastic/web docker: no matching manifest for linux/arm/v7 in the manifest list entries
Run 'docker run --help' for more information
@RioLi08123 @mesb1 Thanks for reporting this issue, sorry it wasn't present in our original image. I've added the PR to get this fixed. I'll make sure to push a new container for the new platform once this is merged. https://github.com/meshtastic/web/pull/934