Skip to content

Commit

Permalink
Fix x86 pax build
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Oct 9, 2023
1 parent 28e1f65 commit 9170ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/container/Dockerfile.pax
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ RUN cd ${INSTALL_DIR} && \
# Lingvo
ADD install-lingvo.sh /usr/local/bin
ADD lingvo.patch /opt/
RUN install-lingvo.sh
RUN ARCH=`dpkg --print-architecture`; if [ "$ARCH" = "arm64" ] ; then install-lingvo.sh; else pip install lingvo; fi;

ADD install-pax.sh /usr/local/bin
RUN install-pax.sh
Expand Down

0 comments on commit 9170ad5

Please sign in to comment.