Path: blob/main/ci/docker/aarch64-musl/Dockerfile
1692 views
FROM ghcr.io/cross-rs/aarch64-unknown-linux-musl RUN apt-get update -y && apt-get install -y ninja-build RUN git config --global --add safe.directory '*' ENV EXTRA_RUSTFLAGS=-Ctarget-feature=-crt-static