From 9ebf6439b2d5cc3c339db0e8c1e43312b674bae1 Mon Sep 17 00:00:00 2001 From: Otto Winter Date: Tue, 22 Jan 2019 21:34:45 +0100 Subject: [PATCH] Revert "Enable aarch64" This reverts commit 7153c7a9415608e2453fdfafcef8d5f018f2a9b0. --- esphomeyaml-beta/config.json | 3 +-- esphomeyaml/config.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/esphomeyaml-beta/config.json b/esphomeyaml-beta/config.json index ed95e53be3..0e8ddf3520 100644 --- a/esphomeyaml-beta/config.json +++ b/esphomeyaml-beta/config.json @@ -9,8 +9,7 @@ "arch": [ "amd64", "armhf", - "i386", - "aarch64" + "i386" ], "hassio_api": true, "auth_api": true, diff --git a/esphomeyaml/config.json b/esphomeyaml/config.json index 704985e106..472fdbbe5a 100644 --- a/esphomeyaml/config.json +++ b/esphomeyaml/config.json @@ -9,8 +9,7 @@ "arch": [ "amd64", "armhf", - "i386", - "aarch64" + "i386" ], "hassio_api": true, "auth_api": true,