home-assistant / addons-development

Add-on Repository for Development
Apache License 2.0
88 stars 48 forks source link

chip_tool: Use pre-built examples #159

Closed agners closed 6 months ago

agners commented 6 months ago

Instead of building the Matter example in the add-on Dockerfile use the pre-built examples from https://github.com/agners/matter-linux-example-apps. This allows to deploy all of the example as we don't hit the execution limit on aarch64 anymore. It significantly speeds up the CHIP Tool add-on build as well.