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

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

1812
config.guess vendored Normal file

File diff suppressed because it is too large Load Diff

1971
config.sub vendored Normal file

File diff suppressed because it is too large Load Diff