mirror of
https://github.com/hassio-addons/addon-airsonos.git
synced 2025-05-05 11:31:24 +00:00
Limit supported machines
Most ARM-based devices are supported, but a ARMv6 is not.
This commit is contained in:
parent
6d2646ada9
commit
2d5972d618
1 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,19 @@
|
||||||
"armhf",
|
"armhf",
|
||||||
"i386"
|
"i386"
|
||||||
],
|
],
|
||||||
|
"machine": [
|
||||||
|
"intel-nuc",
|
||||||
|
"qemux86",
|
||||||
|
"qemux86-64",
|
||||||
|
"qemuarm",
|
||||||
|
"qemuarm-64",
|
||||||
|
"raspberrypi2",
|
||||||
|
"raspberrypi3",
|
||||||
|
"raspberrypi3-64",
|
||||||
|
"tinker",
|
||||||
|
"odroid-c2",
|
||||||
|
"odroid-xu"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"homeassistant_api": false,
|
"homeassistant_api": false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue