peach-dyndns-server/cross_compile.sh

4 lines
174 B
Bash
Raw Permalink Normal View History

2021-12-18 22:58:48 +00:00
#!/usr/bin/env bash
cargo build --release --target=x86_64-unknown-linux-musl
2022-01-11 21:58:10 +00:00
cp target/x86_64-unknown-linux-musl/release/peach-dyndns-server devops/files/peach-dyndns-server