mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-19 06:04:21 +01:00
Fix deCONZ armhf issues & wiringpi on aarch64
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 6.1.0
|
||||||
|
|
||||||
|
- Fix issue with armhf / move back to raspbian
|
||||||
|
- Add wiringPi to aarch64
|
||||||
|
|
||||||
## 6.0.1
|
## 6.0.1
|
||||||
|
|
||||||
- Fix wiringPi and built it from source
|
- Fix wiringPi and built it from source
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ RUN apt-get update \
|
|||||||
xfonts-base \
|
xfonts-base \
|
||||||
xfonts-scalable \
|
xfonts-scalable \
|
||||||
&& rm -rf /var/lib/apt/lists/* \
|
&& rm -rf /var/lib/apt/lists/* \
|
||||||
&& if [ "${BUILD_ARCH}" = "armhf" ]; \
|
&& if [[ "armhf aarch64" = *"$BUILD_ARCH"* ]]; \
|
||||||
then \
|
then \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
&& apt-get install -y --no-install-recommends \
|
&& apt-get install -y --no-install-recommends \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "homeassistant/aarch64-base-debian:buster",
|
"aarch64": "homeassistant/aarch64-base-debian:buster",
|
||||||
"amd64": "homeassistant/amd64-base-debian:buster",
|
"amd64": "homeassistant/amd64-base-debian:buster",
|
||||||
"armhf": "homeassistant/armhf-base-debian:buster"
|
"armhf": "homeassistant/armhf-base-raspbian:buster"
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"DECONZ_VERSION": "2.05.79"
|
"DECONZ_VERSION": "2.05.79"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "deCONZ",
|
"name": "deCONZ",
|
||||||
"version": "6.0.1",
|
"version": "6.1.0",
|
||||||
"slug": "deconz",
|
"slug": "deconz",
|
||||||
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
"description": "Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik",
|
||||||
"arch": ["amd64", "armhf", "aarch64"],
|
"arch": ["amd64", "armhf", "aarch64"],
|
||||||
|
|||||||
Reference in New Issue
Block a user