From 0c08aa7e47bdc1d83342b185133d4325b9fdfbb3 Mon Sep 17 00:00:00 2001 From: Eric Kidd Date: Tue, 24 Oct 2017 09:07:57 -0400 Subject: [PATCH] Add link to golddranks/rust_musl_docker --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index b36ad4f..e8a93d0 100644 --- a/README.md +++ b/README.md @@ -114,9 +114,12 @@ After modifying the image, run `./test-image` to make sure that everything works ## Other ways to build portable Rust binaries +If for some reason this image doesn't meet your needs, there's a variety of other people working on similar projects: + - [messense/rust-musl-cross](https://github.com/messense/rust-musl-cross) shows how to build binaries for many different architectures. - [japaric/rust-cross](https://github.com/japaric/rust-cross) has extensive instructions on how to cross-compile Rust applications. - [clux/muslrust](https://github.com/clux/muslrust) also supports libcurl. +- [golddranks/rust_musl_docker](https://github.com/golddranks/rust_musl_docker). Another Docker image. ## License