Add arch to example

This commit is contained in:
Pascal Vizeli 2019-03-10 22:03:14 +01:00 committed by GitHub
parent 60ed6f9b6b
commit 9fd4219332
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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": {},