asosnovsky / Shortumation

[Not Maintained] A better way to write automations in home-assistant without having to install and run a seperate automation engine!
MIT License
302 stars 7 forks source link

Support for armhf devices #147

Closed asosnovsky closed 1 year ago

asosnovsky commented 1 year ago

Currently for some reason when we attempt to use the homeassistant-builder to build for armhf we get the following error:

#3 [internal] load metadata for docker.io/library/python:3.10-slim-buster
#3 ERROR: no match for platform in manifest sha256:f17c94905c9cd56dce9ef6ce63229045a75f395f7b5b68eb69ef617079c51848: not found
------
 > [internal] load metadata for docker.io/library/python:3.10-slim-buster:
------
error: failed to solve: rpc error: code = Unknown desc = failed to solve with frontend dockerfile.v0: failed to create LLB definition: no match for platform in manifest sha256:f17c94905c9cd56dce9ef6ce63229045a75f395f7b5b68eb69ef6[170](https://github.com/asosnovsky/Shortumation/runs/8018997403?check_suite_focus=true#step:8:179)79c51848: not found
Error: Process completed with exit code 1.

Seems that the docker image we use for python is not available for armhf devices.