Files
addons/deconz/build.json
Stefan Agner 5847e935fd update deCONZ (#649)
* update deCONZ

  * add aarch64 version

  * add armv7 version

* Update config.json

* Update build.json

* Update CHANGELOG.md

* Update build.json
2019-09-03 14:51:05 +02:00

11 lines
246 B
JSON

{
"build_from": {
"amd64": "homeassistant/amd64-base-ubuntu:18.04",
"armhf": "homeassistant/armhf-base-raspbian:stretch",
"aarch64": "homeassistant/aarch64-base-debian:stretch"
},
"args": {
"DECONZ_VERSION": "2.05.67"
}
}