1
0
mirror of https://github.com/esphome/esphome.git synced 2025-03-15 15:18:16 +00:00

Revert "Enable aarch64"

This reverts commit 7153c7a9415608e2453fdfafcef8d5f018f2a9b0.
This commit is contained in:
Otto Winter 2019-01-22 21:34:45 +01:00
parent cde6628f7c
commit ca9e39ffed
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,