-
Notifications
You must be signed in to change notification settings - Fork 17
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
Docker image not running on Pi 0 W hassOS #5
Comments
Can you install mosquitto hass addon there? Does it run? I took all config from there. |
Did you built on your Pi Zero? |
I build it on my mac using BuildKit to cross compile for that arch.
Yes, the mosquito mqtt add-on installed and ran fine.
|
yozik04
added a commit
to ParadoxAlarmInterface/pai
that referenced
this issue
Jun 11, 2020
Maybe it is solved now in dev-latest. It is actually docker bug from 2017... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docker image wasn't running on hassOS on a Raspberry Pi Zero W.
Arm architectures don't seem to have a canonical arch name (armhf, armv6l, arm/v6 oh my) and I got a little confused. It seems the 1.3.1 docker image doesn't have a arm/v6 image (from https://hub.docker.com/r/paradoxalarminterface/pai/tags) but even when I tried 1.4.0, latest, or dev-latest which do have an arm/v6 build they just didn't run.
I built a new image with BuildKit from a clone of the pai repo, and this ran fine:
docker buildx build --platform linux/arm/v6 -t singelet/pai:latest --push .
https://hub.docker.com/r/singelet/pai/tags if you'd like to inspect it.
The text was updated successfully, but these errors were encountered: