Skip to content

Commit 7638f99

Browse files
committed
fix-arc
1 parent bb1c47e commit 7638f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ RUN apt-get update -qq && \
156156
cargo clean
157157

158158
# 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 && \
159+
RUN wget -O /usr/local/bin/arc -q https://github.com/mholt/archiver/releases/download/v3.5.0/arc_3.5.0_linux_arm64 && \
160160
chmod +x /usr/local/bin/arc
161161

162162
# Install aws cli

0 commit comments

Comments
 (0)