web icon indicating copy to clipboard operation
web copied to clipboard

[Feature Request]: linux/arm/v7 support?

Open RioLi08123 opened this issue 2 months ago • 1 comments

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

RioLi08123 avatar Oct 30 '25 06:10 RioLi08123

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.

danditomaso avatar Oct 30 '25 11:10 danditomaso

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.

mesb1 avatar Nov 05 '25 17:11 mesb1

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

mesb1 avatar Nov 05 '25 17:11 mesb1

@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

danditomaso avatar Nov 05 '25 20:11 danditomaso