UCTRONICS / HomeAssistant

3 stars 8 forks source link

HomeAssistant AddOn failing to install on Raspberry Pi 4 #3

Open khronoe opened 1 year ago

khronoe commented 1 year ago

I have the 1U rack mount unit SKU: U6246 with a Raspberry Pi 4 8GB board installed with HASSOS freshly installed from the Raspberry Pi Imager.

I've added this project repository and see it available to install; however, when I attempt to do so, the following is displayed:

failed to get destination image "sha256:d2591aad0008ce6f60cf2804f19405ad8de03eefb69ade0d636b2b1a4e15757e": image with reference sha256:d2591aad0008ce6f60cf2804f19405ad8de03eefb69ade0d636b2b1a4e15757e was found but does not match the specified platform: wanted linux/arm64, actual: linux/arm/v6

And I can proceed no further. I have followed the recommendations from this project readme to enable I2C and can confirm it is enabled.

mmcfee commented 1 year ago

Same. "wanted linux/arm64, actual: linux/arm/v6"

LordPsycho202 commented 1 year ago

Same problem tool :/ "wanted linux/arm64, actual: linux/arm/v6"

Can't seem to find where in the Dockerfile these are defined. I've done enough in docker to know it's an easy enough fix and PR, but not enough to know where the problem is here.