frenck / action-addon-linter

🚀 Frenck's GitHub Action for linting Home Assistant Add-ons.
MIT License
9 stars 3 forks source link

Allow build.json without build_from #93

Closed frenck closed 2 years ago

frenck commented 2 years ago

This change is for preparing for single image multi arch deployments for add-ons.

The linter currently checks if build_from in the build.yaml file matches the archs listed in config.yaml.

This PR adds a little slack to that, to skip this check if build_from is missing in build.yaml completely.