From 8c519fc35c9fbac98535e4efa6ccd11cf1d80d27 Mon Sep 17 00:00:00 2001 From: ezkrg Date: Fri, 17 Sep 2021 14:00:24 +0200 Subject: arm build --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index b98f21b..dcd9f1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -267,6 +267,8 @@ ARG MATRIX=1 ARG OLM_VERSION=3.2.4 ARG MATRIX_VERSION=88f9558 +COPY matrix-e2e.c.patch /tmp/matrix-e2e.c.patch + RUN echo MATRIX=${MATRIX} > /tmp/status \ && if [ ${MATRIX} -eq 1 ]; \ then cd /tmp \ @@ -280,6 +282,7 @@ RUN echo MATRIX=${MATRIX} > /tmp/status \ && git clone -n https://github.com/matrix-org/purple-matrix \ && cd purple-matrix \ && git checkout ${MATRIX_VERSION} \ + && if [ $(uname -m) == "armv7l" ]; then patch < ../matrix-e2e.c.patch; fi \ && make \ && make install \ && strip /usr/lib/purple-2/libmatrix.so; \ -- cgit v1.2.3