mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 15:54:21 +01:00
* deCONZ 2.5.87 (stable) * Apply suggestions from code review Co-authored-by: Franck Nijhof <git@frenck.dev> * add output * Update build.json Co-authored-by: Franck Nijhof <git@frenck.dev>
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.88"
|
|
}
|
|
}
|