Adds arch to config (#6)

This commit is contained in:
Joakim Sørensen
2020-08-20 22:49:17 +02:00
committed by GitHub
parent bbdb4c4ce6
commit 5301d8e3d5
2 changed files with 2 additions and 0 deletions

View File

@@ -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",

View File

@@ -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",