Sign inSign up

umegaya/rustatic

By umegaya

Updated over 10 years ago

toolchain for building static linked rust binary

Image
0

904

umegaya/rustatic repository overview

usage: cd to root directory of rust project, then

docker run --rm -ti -v pwd:/build -v $HOME/.multirust/toolchains/nightly/cargo:/root/.cargo umegaya/rustatic bash -c "cd /build && cargo build --target=x86_64-unknown-linux-musl"

Tag summary

Content type

Image

Digest

Size

315.1 MB

Last updated

over 10 years ago

docker pull umegaya/rustatic