Create an init process in Rust that can mount the initial file systems appropriately.
This commit is contained in:
3
scripts/rust-build.sh
Executable file
3
scripts/rust-build.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user