Skip to content

Commit

Permalink
Added arm build for focal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandrst88 committed Nov 8, 2023
1 parent e904d75 commit 14ef33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/llvm_runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN add-apt-repository ppa:deadsnakes/ppa && \

RUN if [ "$TARGETARCH" = "arm64" ]; then \
echo "deb [arch=arm64] http://ports.ubuntu.com/ubuntu-ports jammy main universe" > /etc/apt/sources.list.d/jammy.list && \
echo "Package: *\nPin: release a=focal\nPin-Priority: 500\n\nPackage: libcvc4-dev\nPin: release a=jammy\nPin-Priority: 600" > /etc/apt/preferences.d/jammy.pref && \
echo "Package: *\nPin: release a=focal\nPin-Priority: 500\n\nPackage: libcvc4-dev\nPin: release a=jammy\nPin-Priority: 600" > /etc/apt/preferences.d/jammy.pref \
fi

# Required to build solidity fork
Expand Down

0 comments on commit 14ef33d

Please sign in to comment.