mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-20 03:07:17 +00:00

* Pass architecture of installed add-on on update When using multi-architecture container images, the architecture of the add-on is not passed to Docker in all cases. This causes the architecture of the Supervisor container to be used, which potentially is not supported by the add-on in question. This commit passes the architecture of the add-on to Docker, so that the correct image is pulled. * Call update with architecture * Also pass architecture on add-on restore * Fix pytest