You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ docker run \
--rm \
--privileged \
-v ~/.docker:/root/.docker \
-v mitmproxy:/data \
homeassistant/amd64-builder \
--all \
-t /data
[22:22:24] INFO: Setup crosscompiling feature
[22:22:24] WARNING: Can't enable crosscompiling feature
[22:22:24] INFO: Starting docker.
[22:22:24] INFO: Waiting for docker to initialize...
[22:22:25] INFO: Docker was initialized
[22:22:25] INFO: Run addon build for: armhf armv7 amd64 i386 aarch64
jq: error: Could not open file /tmp/build_config/config.json: No such file or directory
jq: error: Could not open file /tmp/build_config/config.json: No such file or directory
jq: error: Could not open file /tmp/build_config/config.json: No such file or directory
jq: error: Could not open file /tmp/build_config/config.json: No such file or directory
jq: error: Could not open file /tmp/build_config/config.json: No such file or directory
Happy to be pointed in the right direction and create a PR for updated documentation but that's what happens when I follow the instructions as they are now.
The text was updated successfully, but these errors were encountered:
Following the page
https://developers.home-assistant.io/docs/add-ons/publishing#custom-add-ons,
when I try to build a local addon using the provided instructions I get the following output:
Perhaps I'm missing something, but I thought the addons switched over to using config.yaml and build.yaml instead of their json counterparts about 2 years ago.
Happy to be pointed in the right direction and create a PR for updated documentation but that's what happens when I follow the instructions as they are now.
The text was updated successfully, but these errors were encountered: