Skip to content

Commit

Permalink
fix: rustup target add aarch64-unknown-linux-musl
Browse files Browse the repository at this point in the history
  • Loading branch information
242816 authored Nov 14, 2024
1 parent 1094bad commit cc6e5b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev-env-as-code/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ RUN apt-get -y update \
&& rustup component add rustfmt clippy \
# Add the musl toolchain
&& rustup target add x86_64-unknown-linux-musl \
&& rustup target add aarch64-unknown-linux-musl \
&& rustup target add wasm32-unknown-unknown \
# Database migrations
&& curl -OL https://github.com/amacneil/dbmate/releases/download/v$DBMATE_VERSION/dbmate-linux-${TARGETARCH} \
Expand Down

0 comments on commit cc6e5b9

Please sign in to comment.