1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 04:19:03 +00:00

Update architecture compatibility JSON file (#3801)

* Update architecture compatibility JSON file

In particular, this enables 32-bit Arm add-ons for Yellow.

* Set correct hassio machine for odroid-xu4 (which is odroid-xu)
This commit is contained in:
Stefan Agner
2022-08-19 10:11:01 +02:00
committed by GitHub
parent 8b5e96a8ad
commit 8bca34ec6b

View File

@@ -5,11 +5,14 @@
"raspberrypi3-64": ["aarch64", "armv7", "armhf"],
"raspberrypi4": ["armv7", "armhf"],
"raspberrypi4-64": ["aarch64", "armv7", "armhf"],
"yellow": ["aarch64", "armv7", "armhf"],
"tinker": ["armv7", "armhf"],
"odroid-c2": ["aarch64", "armv7", "armhf"],
"odroid-c4": ["aarch64", "armv7", "armhf"],
"odroid-n2": ["aarch64", "armv7", "armhf"],
"odroid-xu": ["armv7", "armhf"],
"khadas-vim3": ["aarch64", "armv7", "armhf"],
"generic-aarch64": ["aarch64"],
"qemux86": ["i386"],
"qemux86-64": ["amd64", "i386"],
"qemuarm": ["armhf"],