mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-15 02:54:19 +01:00
* do not copy config to /tmp on boot - Closes home-assistant/hassio-addons#374 * check_config: version bump * check_config: add OS deps to satisfy cffi * check_config: .. and build-base * Create build.json * Update Dockerfile * Update run.sh
9 lines
235 B
JSON
9 lines
235 B
JSON
{
|
|
"build_from": {
|
|
"amd64": "homeassistant/amd64-base-python:3.6",
|
|
"i386": "homeassistant/i386-base-python:3.6",
|
|
"armhf": "homeassistant/armhf-base-python:3.6",
|
|
"aarch64": "homeassistant/aarch64-base-python:3.6"
|
|
}
|
|
}
|