mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-20 12:24:37 +01:00
* Update CHANGELOG.md * Update config.json * Update build.json * deconz: Bump deCONZ to 2.05.81 * Update deconz/CHANGELOG.md * Update deconz/config.json * Update Dockerfile * Fix path * Fix v2 Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
11 lines
245 B
JSON
11 lines
245 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base-debian:buster",
|
|
"amd64": "homeassistant/amd64-base-debian:buster",
|
|
"armhf": "homeassistant/armhf-base-raspbian:buster"
|
|
},
|
|
"args": {
|
|
"DECONZ_VERSION": "2.05.81"
|
|
}
|
|
}
|