mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34:20 +01:00
update deCONZ (#649)
* update deCONZ * add aarch64 version * add armv7 version * Update config.json * Update build.json * Update CHANGELOG.md * Update build.json
This commit is contained in:
committed by
Pascal Vizeli
parent
a63f4c7086
commit
5847e935fd
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 3.5
|
||||
|
||||
- Add support for native aarch64
|
||||
|
||||
## 3.4
|
||||
|
||||
- Cleanup some udev rules
|
||||
|
||||
@@ -42,7 +42,10 @@ RUN apt-get update \
|
||||
ARG DECONZ_VERSION
|
||||
RUN if [ "${BUILD_ARCH}" = "armhf" ]; \
|
||||
then \
|
||||
curl -q -L -o /deconz.deb https://www.dresden-elektronik.de/deconz/raspbian/beta/deconz-${DECONZ_VERSION}-qt5.deb; \
|
||||
curl -q -L -o /deconz.deb https://www.dresden-elektronik.de/rpi/deconz/beta/deconz-${DECONZ_VERSION}-qt5.deb; \
|
||||
elif [ "${BUILD_ARCH}" = "aarch64" ]; \
|
||||
then \
|
||||
curl -q -L -o /deconz.deb https://www.dresden-elektronik.de/rpi/deconz/alpha/deconz_${DECONZ_VERSION}-debian-stretch-beta_arm64.deb; \
|
||||
else \
|
||||
curl -q -L -o /deconz.deb https://www.dresden-elektronik.de/deconz/ubuntu/beta/deconz-${DECONZ_VERSION}-qt5.deb; \
|
||||
fi \
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"amd64": "homeassistant/amd64-base-ubuntu:18.04",
|
||||
"armhf": "homeassistant/armhf-base-raspbian:stretch"
|
||||
"armhf": "homeassistant/armhf-base-raspbian:stretch",
|
||||
"aarch64": "homeassistant/aarch64-base-debian:stretch"
|
||||
},
|
||||
"args": {
|
||||
"DECONZ_VERSION": "2.05.67"
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "deCONZ",
|
||||
"version": "3.4",
|
||||
"version": "3.5",
|
||||
"slug": "deconz",
|
||||
"description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik",
|
||||
"arch": ["amd64", "armhf"],
|
||||
"arch": ["amd64", "armhf", "aarch64"],
|
||||
"url": "https://github.com/home-assistant/hassio-addons/tree/master/deconz",
|
||||
"startup": "system",
|
||||
"boot": "auto",
|
||||
|
||||
Reference in New Issue
Block a user