Created
December 9, 2018 19:40
-
-
Save arienmalec/8766840b1379caca54165e4dd4eb9131 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/bin/sh | |
cargo build --release --target x86_64-unknown-linux-musl | |
zip -j rust.zip ./target/x86_64-unknown-linux-musl/release/bootstrap |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment