peach-dyndns-server/cross_compile.sh

4 lines
174 B
Bash
Executable File

#!/usr/bin/env bash
cargo build --release --target=x86_64-unknown-linux-musl
cp target/x86_64-unknown-linux-musl/release/peach-dyndns-server devops/files/peach-dyndns-server