mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-15 13:26:28 +00:00
Add arch to example
This commit is contained in:
parent
60ed6f9b6b
commit
9fd4219332
@ -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": {},
|
||||
|
Loading…
x
Reference in New Issue
Block a user