Skip to content
Snippets Groups Projects
Commit 8e04af0e authored by Louis's avatar Louis :fire:
Browse files

Use arm64 build of crunch

parent a03879f0
No related branches found
No related tags found
No related merge requests found
Pipeline #100 passed with stage
in 41 seconds
......@@ -26,13 +26,7 @@ RUN apt-get update -yqq && \
git-lfs \
zip
# RUN wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-linux && \
# mv 'crunch?job=build-linux' crunch && \
# chmod +x crunch && \
# mv crunch /usr/local/bin/crunch
# RUN wget https://lab.lcr.gr/microhacks/flit/-/jobs/artifacts/trunk/raw/target/release/flit?job=build-linux && \
# mv 'flit?job=build-linux' flit && \
# chmod +x flit && \
# mv flit /usr/local/bin/flit
RUN wget https://lab.lcr.gr/microhacks/crunch/-/jobs/artifacts/trunk/raw/target/release/crunch?job=build-arm64 && \
mv 'crunch?job=build-arm64' crunch && \
chmod +x crunch && \
mv crunch /usr/local/bin/crunch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment