Files
addons/check_config/build.json
Paulus Schoutsen a2fb10a14e Colorlog is a dependency of the check_config script (#535)
* Colorlog is a dependency of the check_config script

* Update build.json

* Update Dockerfile

* Update config.json

* Update CHANGELOG.md

* Update config.json
2019-03-08 17:24:30 +01:00

10 lines
287 B
JSON

{
"build_from": {
"amd64": "homeassistant/amd64-base-python:3.7",
"i386": "homeassistant/i386-base-python:3.7",
"armhf": "homeassistant/armhf-base-python:3.7",
"armv7": "homeassistant/armv7-base-python:3.7",
"aarch64": "homeassistant/aarch64-base-python:3.7"
}
}