Skip to content

Commit a786c3a

Browse files
authored
chore: try to form correct pkg-url for probe-rs aarch64
1 parent 4ec725e commit a786c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/rust/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ ENV BINSTALL_DISABLE_TELEMETRY=true
4848
# Install additional rust tools
4949
RUN wget -qO - "https://github.com/cargo-bins/cargo-binstall/releases/download/v${CARGO_BINSTALL_VERSION}/cargo-binstall-$(uname -m)-unknown-linux-gnu.tgz" | tar xz -C "/usr/bin" \
5050
51-
&& cargo-binstall -v -y --locked [email protected]
51+
&& cargo-binstall -v -y --locked --pkg-url="{ repo }/releases/download/v{ version }/probe-rs-tools-$(uname -m)-unknown-linux-gnu.{ archive-format }" [email protected]

0 commit comments

Comments
 (0)