3 lines
150 B
Bash
Executable File
3 lines
150 B
Bash
Executable File
#!/bin/sh
|
|
|
|
docker run -v $(pwd):/home/lam/build -w /home/lam/build lam-rust:latest bash -lc "cargo build --release --target x86_64-unknown-linux-musl" |