mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-23 23:05:53 +01:00
deCONZ 2.5.87 (stable) (#1676)
* 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>
This commit is contained in:
@@ -6,7 +6,9 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||
|
||||
# Install deCONZ dependencies
|
||||
ARG BUILD_ARCH
|
||||
RUN apt-get update \
|
||||
RUN \
|
||||
set -x \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y --no-install-recommends \
|
||||
curl \
|
||||
iproute2 \
|
||||
@@ -59,7 +61,9 @@ RUN apt-get update \
|
||||
|
||||
# Install deCONZ
|
||||
ARG DECONZ_VERSION
|
||||
RUN if [ "${BUILD_ARCH}" = "armhf" ]; \
|
||||
RUN \
|
||||
set -x \
|
||||
&& if [ "${BUILD_ARCH}" = "armhf" ]; \
|
||||
then \
|
||||
curl -q -L -o /deconz.deb http://deconz.dresden-elektronik.de/raspbian/stable/deconz-${DECONZ_VERSION}-qt5.deb; \
|
||||
elif [ "${BUILD_ARCH}" = "aarch64" ]; \
|
||||
|
||||
Reference in New Issue
Block a user