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

no matching manifest #1218

Closed
MacUser341 opened this issue Sep 5, 2023 · 2 comments
Closed

no matching manifest #1218

MacUser341 opened this issue Sep 5, 2023 · 2 comments

Comments

@MacUser341
Copy link

I'm trying to install heimdall with portainer on Docker on my Pi.

I'm getting an error :

“failed to deploy a stack: heimdall Pulling no matching manifest for linux/arm/v8 in the manifest list entries”

I've done everything as it says in heimdall page.

This is the stack I'm using :


version: "2.1"
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/appdata/config:/config
ports:
- 80:80
- 443:443
restart: unless-stopped

Can someone help me figure this out ?

@j0nnymoe
Copy link
Member

j0nnymoe commented Sep 5, 2023

We dropped support for 32bit https://www.linuxserver.io/blog/a-farewell-to-arm-hf

You're running a 32bit os on a 64bit board. You'll need to reinstall the is and make sure it's 64bit.

@j0nnymoe j0nnymoe closed this as not planned Won't fix, can't repro, duplicate, stale Sep 5, 2023
@LinuxServer-CI LinuxServer-CI moved this from Non-Docker Issues to Done in Issue & PR Tracker Sep 5, 2023
@MacUser341
Copy link
Author

I hope there's 64bit homebridge version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

2 participants