mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
* cec_scan: Prettier YAML & JSON files * cec_scan: Pin base images * cec_scan: Move data files to data folder * cec_scan: Fix Markdownlint issue in changelog
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base:3.10",
|
|
"amd64": "homeassistant/amd64-base:3.10",
|
|
"armhf": "homeassistant/armhf-base:3.10",
|
|
"armv7": "homeassistant/armv7-base:3.10",
|
|
"i386": "homeassistant/i386-base:3.10"
|
|
},
|
|
"args": {
|
|
"LIBCEC_VERSION": "4.0.3"
|
|
}
|
|
}
|