From 9fd4219332f9351d21db95ea0f3db46559847f2e Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sun, 10 Mar 2019 22:03:14 +0100 Subject: [PATCH] Add arch to example --- docs/hassio_addon_tutorial.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/hassio_addon_tutorial.md b/docs/hassio_addon_tutorial.md index bcf1ed95..b9dd8096 100644 --- a/docs/hassio_addon_tutorial.md +++ b/docs/hassio_addon_tutorial.md @@ -46,6 +46,7 @@ CMD [ "/run.sh" ] "version": "1", "slug": "hello_world", "description": "My first real add-on!", + "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "before", "boot": "auto", "options": {}, @@ -118,6 +119,7 @@ Add "ports" to `config.json`. This will make TCP on port 8000 inside the contain "version": "0.2", "slug": "hello_world", "description": "My first real add-on!", + "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "startup": "before", "boot": "auto", "options": {},