We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb1c47e commit 7638f99Copy full SHA for 7638f99
docker/Dockerfile
@@ -156,7 +156,7 @@ RUN apt-get update -qq && \
156
cargo clean
157
158
# Install arc
159
-RUN wget -O /usr/local/bin/arc -q https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_amd64 && \
+RUN wget -O /usr/local/bin/arc -q https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_arm64 && \
160
chmod +x /usr/local/bin/arc
161
162
# Install aws cli
0 commit comments