synit/synit-pid1/dockertest/go

12 lines
312 B
Plaintext
Raw Normal View History

2021-08-25 20:20:20 +00:00
#!/bin/sh
(cd ..; cross build --target x86_64-unknown-linux-musl) &
make -C ../../../syndicate-rs static &
wait
cp -a ../target/x86_64-unknown-linux-musl/debug/synit-pid1 .
cp -a ../../../syndicate-rs/target/x86_64-unknown-linux-musl/debug/syndicate-server .
docker build -t synit .
docker run -it --rm synit