make it compile on aarch64
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 58m42s

This commit is contained in:
Sebastian Hugentobler 2024-04-15 16:05:42 +02:00
parent 9117b11b28
commit 3b426babe4
3 changed files with 3788 additions and 2 deletions

View file

@ -19,7 +19,8 @@ RUN apk --no-cache add \
zlib-dev \
jpeg-dev \
grep \
sed
sed \
libffi-dev
ENV VERSION=v1.4.0
@ -53,7 +54,9 @@ RUN git clone https://github.com/mealie-recipes/crfpp.git
WORKDIR /crfpp
RUN git checkout $VERSION
RUN ./configure --prefix=/
COPY config.guess .
COPY config.sub .
RUN ./configure --prefix=/
RUN make
RUN make DESTDIR=/dist install