mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 16:54:20 +01:00
* Colorlog is a dependency of the check_config script * Update build.json * Update Dockerfile * Update config.json * Update CHANGELOG.md * Update config.json
10 lines
287 B
JSON
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"
|
|
}
|
|
}
|