Files
addons/cec_scan/build.json
Wade Dorrell 216b6245a9 Fix #815 (#990)
* 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>
2020-01-11 16:11:57 +01:00

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"
}
}