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