mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-04-22 20:27:16 +00:00

* Support armv7 and first abstraction * Change layout * Add more type hints * Fix imports * Update * move forward * add tests * fix type * fix lint & tests * fix tests * Fix unittests * Fix create folder * cleanup * Fix import order * cleanup loop parameter * cleanup init function * Allow changeable image name * fix setup * Fix load of arch * Fix lint * Add typing * fix init * fix hassos cli problem & stick on supervisor arch * address comments * cleanup * Fix image selfheal * Add comment * update uvloop * remove uvloop * fix tagging * Fix install name * Fix validate build config * Abstract image_name from system cache
44 lines
618 B
JSON
44 lines
618 B
JSON
{
|
|
"raspberrypi": [
|
|
"armhf"
|
|
],
|
|
"raspberrypi2": [
|
|
"armhf"
|
|
],
|
|
"raspberrypi3": [
|
|
"armhf"
|
|
],
|
|
"raspberrypi3-64": [
|
|
"aarch64",
|
|
"armhf"
|
|
],
|
|
"tinker": [
|
|
"armhf"
|
|
],
|
|
"odroid-c2": [
|
|
"aarch64"
|
|
],
|
|
"odroid-xu": [
|
|
"armhf"
|
|
],
|
|
"orangepi-prime": [
|
|
"aarch64"
|
|
],
|
|
"qemux86": [
|
|
"i386"
|
|
],
|
|
"qemux86-64": [
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"qemuarm": [
|
|
"armhf"
|
|
],
|
|
"qemuarm-64": [
|
|
"aarch64"
|
|
],
|
|
"intel-nuc": [
|
|
"amd64",
|
|
"i386"
|
|
]
|
|
} |