Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rnijveld committed Apr 10, 2024
1 parent afe3d14 commit 3a2413d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ RUN set -eux; \
dpkgArch="$(dpkg --print-architecture)"; \
case "${dpkgArch##*-}" in \
amd64) installArchs=(--target, x86_64-unknown-linux-gnu, --target, x86_64-unknown-linux-musl) ;; \
arm64) installArchs=(--target aarch64-unknown-linux-gnu, --target, aarch64-unknown-linux-musl) ;; \
arm64) installArchs=(--target, aarch64-unknown-linux-gnu, --target, aarch64-unknown-linux-musl) ;; \
*) echo >&2 "unsupported architecture: ${dpkgArch}"; exit 1 ;; \
esac; \
cargo binstall "${installArchs[@]}" --no-confirm \
Expand Down

0 comments on commit 3a2413d

Please sign in to comment.