mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 01:26:35 +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:
parent
8b5e96a8ad
commit
8bca34ec6b
@ -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"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user