Skip to content

Commit

Permalink
Fix deCONZ armhf issues & wiringpi on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jul 20, 2020
1 parent 5b40cf5 commit 9e67f09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions deconz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 6.1.0

- Fix issue with armhf / move back to raspbian
- Add wiringPi to aarch64

## 6.0.1

- Fix wiringPi and built it from source
Expand Down
2 changes: 1 addition & 1 deletion deconz/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN apt-get update \
xfonts-base \
xfonts-scalable \
&& rm -rf /var/lib/apt/lists/* \
&& if [ "${BUILD_ARCH}" = "armhf" ]; \
&& if [[ "armhf aarch64" = *"$BUILD_ARCH"* ]]; \
then \
apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion deconz/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"build_from": {
"aarch64": "homeassistant/aarch64-base-debian:buster",
"amd64": "homeassistant/amd64-base-debian:buster",
"armhf": "homeassistant/armhf-base-debian:buster"
"armhf": "homeassistant/armhf-base-raspbian:buster"
},
"args": {
"DECONZ_VERSION": "2.05.79"
Expand Down
2 changes: 1 addition & 1 deletion deconz/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deCONZ",
"version": "6.0.1",
"version": "6.1.0",
"slug": "deconz",
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],
Expand Down

0 comments on commit 9e67f09

Please sign in to comment.