From abc7abd881c0b1c8d4f34a17c18a08db7fb0e37f Mon Sep 17 00:00:00 2001 From: Paolo Asperti Date: Thu, 11 Jul 2019 10:51:20 +0200 Subject: [PATCH] added missing arch in config --- ot-recorder/config.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ot-recorder/config.json b/ot-recorder/config.json index e394db2..092b97f 100644 --- a/ot-recorder/config.json +++ b/ot-recorder/config.json @@ -1,7 +1,7 @@ { "name": "Owntracks Recorder", "url": "https://git.asperti.com/paspo/hassio-addons", - "version": "0.1.2", + "version": "0.1.3", "slug": "ot-recorder", "description": "Owntracks Recorder - connects to your mqtt broker and consumes owntracks locations", "startup": "before", @@ -9,6 +9,12 @@ "ports": { "8083": 8083 }, + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], "webui": "http://[HOST]:[PORT:8083]/", "map": ["share:rw"], "options": {