da-anda / hass-io-addons

19 stars 22 forks source link

32 bit docker image #54

Closed georgegougoudis closed 1 week ago

georgegougoudis commented 7 months ago

I'm running the addon on a raspberry pi2 which I think is 32 bit.

Getting the error: exec /init: exec format error

Pretty sure this happens because the container/knxd is 64bits.

Is it possible to provide a container for 32bits too?

da-anda commented 7 months ago

as far as I know, for RPI2 there only is the armhf image available (https://github.com/home-assistant/docker-base), and that is what this add-on uses. AFAIK armhf is 32bit only, and I think I started this add-on on a RPI2 and it was at least working back then. No idea about its current state though as i am unable to test (my linux skills are basic and I am already glad that I got this add-on as far as it is at the moment)

da-anda commented 2 weeks ago

can this issue be closed, or are you still looking for a 32bit docker image?

georgegougoudis commented 1 week ago

I've managed to create a custom image for my needs, all my other PI's are 64 bit so I've solved my issue.