This repo builds development-oriented arm64 Debian-based Docker images containing the Rust toolchain and FFmpeg development libraries.
docker pull docker.pkg.github.com/zmwangx/docker-arm64v8-rust-ffmpeg/arm64v8-rust-ffmpeg:buster
bullseye
and unstable
distributions are also available. Full list of tags here.
Note that to run arm64 images on x64 systems, you need to
docker run --rm --privileged docker/binfmt:a7996909642ee92942dcd6cff44b9b95f08dad64
See this official blog post for details.