You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to get this working on my Raspberry Pi 4 I get the following error:
Pulling kaizoku (ghcr.io/oae/kaizoku:latest)...
latest: Pulling from oae/kaizoku
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries
Reproduction steps
Copy docker-compose.yml over to raspberry pi and fill out missing fields
Run docer-compose up -d
It fails to find an image for the architecture of my Raspberry PI
Expected behavior
For it to work.
Additional context
When running the arch command on my Raspberry PI 4:
$ arch
armv7l
I assume that the image is not being built for 32-bit arm.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to get this working on my Raspberry Pi 4 I get the following error:
Reproduction steps
docker-compose.yml
over to raspberry pi and fill out missing fieldsdocer-compose up -d
Expected behavior
For it to work.
Additional context
When running the
arch
command on my Raspberry PI 4:I assume that the image is not being built for 32-bit arm.
The text was updated successfully, but these errors were encountered: