From 5301d8e3d515922dea7e545dd29196017807028f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20S=C3=B8rensen?= Date: Thu, 20 Aug 2020 22:49:17 +0200 Subject: [PATCH] Adds arch to config (#6) --- coffee_maker/config.json | 1 + sync/config.json | 1 + 2 files changed, 2 insertions(+) diff --git a/coffee_maker/config.json b/coffee_maker/config.json index 7a76287..ecd0bf7 100644 --- a/coffee_maker/config.json +++ b/coffee_maker/config.json @@ -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", diff --git a/sync/config.json b/sync/config.json index 0d6b0b9..59d953d 100644 --- a/sync/config.json +++ b/sync/config.json @@ -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",