1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +00:00

Enable aarch64

The repo just mirrors armhf, thanks @Frenck !
This commit is contained in:
Otto Winter
2019-01-22 20:43:45 +01:00
parent b71b14cd06
commit 1404d39ffe
2 changed files with 4 additions and 2 deletions

View File

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

View File

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