Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on my Raspberry PI 4. #120

Open
TheKnarf opened this issue Aug 7, 2023 · 2 comments · May be fixed by #121
Open

Not working on my Raspberry PI 4. #120

TheKnarf opened this issue Aug 7, 2023 · 2 comments · May be fixed by #121
Labels
bug Something isn't working

Comments

@TheKnarf
Copy link

TheKnarf commented Aug 7, 2023

Describe the bug

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

  1. Copy docker-compose.yml over to raspberry pi and fill out missing fields
  2. Run docer-compose up -d
  3. 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.

@TheKnarf TheKnarf added the bug Something isn't working label Aug 7, 2023
@ibaraki-douji
Copy link

That's just mean that no image was created for ARM. Can you try to build it yourself from the rpi ??

i saw a Dockerfile in the docker folder if it can help.

@TheKnarf
Copy link
Author

I made a PR with a fix (#121), but no-one's bothered to look at it. I guess this project is dead, last commit was in may.

The owner haven't done anything on github since June.
Screenshot 2023-10-29 at 19 15 08

They also haven't tweeted anything on their twitter since july.

Maybe they died?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants