We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0309a5b commit d54798cCopy full SHA for d54798c
publish.sh
@@ -0,0 +1,8 @@
1
+#!/bin/bash
2
+set -euo pipefail
3
+
4
+cargo publish
5
+cargo build --release --target x86_64-unknown-linux-musl
6
+mv target/x86_64-unknown-linux-musl/release/desed target/x86_64-unknown-linux-musl/release/desed-x86_64-unknown-linux-musl
7
+strip target/x86_64-unknown-linux-musl/release/desed-x86_64-unknown-linux-musl
8
+echo "Binary ready"
0 commit comments