Skip to content

Instantly share code, notes, and snippets.

@arienmalec
Created December 9, 2018 19:40
Show Gist options
  • Save arienmalec/8766840b1379caca54165e4dd4eb9131 to your computer and use it in GitHub Desktop.
Save arienmalec/8766840b1379caca54165e4dd4eb9131 to your computer and use it in GitHub Desktop.
#/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