From 2d5972d6189731e66538e4083f487e79af1aaa30 Mon Sep 17 00:00:00 2001 From: HoppingMonk <44523113+HoppingMonk@users.noreply.github.com> Date: Sat, 27 Oct 2018 14:02:03 +0200 Subject: [PATCH] Limit supported machines Most ARM-based devices are supported, but a ARMv6 is not. --- airsonos/config.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/airsonos/config.json b/airsonos/config.json index 14f0593..8cc4888 100755 --- a/airsonos/config.json +++ b/airsonos/config.json @@ -11,6 +11,19 @@ "armhf", "i386" ], + "machine": [ + "intel-nuc", + "qemux86", + "qemux86-64", + "qemuarm", + "qemuarm-64", + "raspberrypi2", + "raspberrypi3", + "raspberrypi3-64", + "tinker", + "odroid-c2", + "odroid-xu" + ], "boot": "auto", "hassio_api": true, "homeassistant_api": false,