We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I hope there's 64bit homebridge version
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: