mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-09 16:24:20 +01:00
* Trial fix for #815 * Remove extra semicolon from old if block * Better fix for #815 (just flip blocks) * Version to 2.2, add changelog * Update build.json * Update CHANGELOG.md Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
13 lines
304 B
JSON
13 lines
304 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base:3.11",
|
|
"amd64": "homeassistant/amd64-base:3.11",
|
|
"armhf": "homeassistant/armhf-base:3.11",
|
|
"armv7": "homeassistant/armv7-base:3.11",
|
|
"i386": "homeassistant/i386-base:3.11"
|
|
},
|
|
"args": {
|
|
"LIBCEC_VERSION": "4.0.3"
|
|
}
|
|
}
|