make it compile on aarch64
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 58m42s
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 58m42s
This commit is contained in:
parent
9117b11b28
commit
3b426babe4
@ -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
1812
config.guess
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1971
config.sub
vendored
Normal file
1971
config.sub
vendored
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user