mirror of
https://github.com/esphome/esphome.git
synced 2025-03-15 15:18:16 +00:00
Enable aarch64
The repo just mirrors armhf, thanks @Frenck !
This commit is contained in:
parent
309316efeb
commit
df77978f90
@ -9,7 +9,8 @@
|
|||||||
"arch": [
|
"arch": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"armhf",
|
"armhf",
|
||||||
"i386"
|
"i386",
|
||||||
|
"aarch64"
|
||||||
],
|
],
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
|
@ -9,7 +9,8 @@
|
|||||||
"arch": [
|
"arch": [
|
||||||
"amd64",
|
"amd64",
|
||||||
"armhf",
|
"armhf",
|
||||||
"i386"
|
"i386",
|
||||||
|
"aarch64"
|
||||||
],
|
],
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"auth_api": true,
|
"auth_api": true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user