Files
keep/build-static.bash
2023-09-18 14:29:24 +00:00

8 lines
178 B
Bash
Executable File

#!/bin/bash
set -ex
export RUSTFLAGS='-C target-feature=+crt-static'
cargo build --release --target x86_64-unknown-linux-gnu
cp target/x86_64-unknown-linux-gnu/release/keep ./