Adds arch to config (#6)
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"name": "Coffee Maker",
|
"name": "Coffee Maker",
|
||||||
"version": "1.2",
|
"version": "1.2",
|
||||||
"slug": "coffee_maker",
|
"slug": "coffee_maker",
|
||||||
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
"description": "Expose a web frontend to control my coffee maker",
|
"description": "Expose a web frontend to control my coffee maker",
|
||||||
"startup": "before",
|
"startup": "before",
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
"name": "Sync",
|
"name": "Sync",
|
||||||
"version": "0.4",
|
"version": "0.4",
|
||||||
"slug": "sync",
|
"slug": "sync",
|
||||||
|
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||||
"description": "Sync config files over sftp",
|
"description": "Sync config files over sftp",
|
||||||
"startup": "once",
|
"startup": "once",
|
||||||
"boot": "manual",
|
"boot": "manual",
|
||||||
|
|||||||
Reference in New Issue
Block a user