plausible docker image support for linux/arm/v7? Raspberry PI 4 #2555
Unanswered
1mfaasj
asked this question in
Self-Hosted Support
Replies: 1 comment 20 replies
-
@jboesh 👋 That's right, we are currently building only for arm64 (armv8) and amd64 -- the archs that https://hub.docker.com/r/clickhouse/clickhouse-server (one of the bigger dependencies) is built for. However, a bit of googling is showing me that raspberry pi 4 is armv8 so you might want to check why raspberry pi os is thinking it's armv7. |
Beta Was this translation helpful? Give feedback.
20 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to deploy plausible on a raspberry pi 4 with docker compose (selfhosted) but can't get it to work. It seems that the image 'plausible/analytics:' is not made for raspberry. can this be correct?
I also have tried 'plausible/analytics:v1.5.0-rc.1' but it not working either.
the error message is:
failed to deploy a stack: plausible Pulling no matching manifest for linux/arm/v7 in the manifest list entries
my docker compose contains:
Beta Was this translation helpful? Give feedback.
All reactions