1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 19:32:19 +01:00

Revert "Enable aarch64"

This reverts commit 7153c7a941.
This commit is contained in:
Otto Winter
2019-01-22 21:34:45 +01:00
parent 7153c7a941
commit 9ebf6439b2
2 changed files with 2 additions and 4 deletions

View File

@@ -9,8 +9,7 @@
"arch": [ "arch": [
"amd64", "amd64",
"armhf", "armhf",
"i386", "i386"
"aarch64"
], ],
"hassio_api": true, "hassio_api": true,
"auth_api": true, "auth_api": true,

View File

@@ -9,8 +9,7 @@
"arch": [ "arch": [
"amd64", "amd64",
"armhf", "armhf",
"i386", "i386"
"aarch64"
], ],
"hassio_api": true, "hassio_api": true,
"auth_api": true, "auth_api": true,