matomo-org/docker

Image not working on ARMv6

A---- opened this issue · 1 comments

A---- commented

Although advertised as such, Matomo image doesn't seem to work on my Raspberry PI (Raspbian Buster).

When pulled, I do have an ARM image :

$ docker image inspect matomo | grep Archite
                      "Architecture": "arm",

Though it does not start (it does nothing at all, no logs, nothing in debug 🤷‍♂️ ).

I build the image using buildx (--platform linux/arm/v6) and it now works. No layer in common but that may be because of the buildx process (?).