Closed kariae closed 5 years ago
Instead of mounting the source, you may need to ADD
it using a Dockefile
. See the examples/
directory. There should be a few examples of this.
Hum, that means to build the Docker image inside the integration process and the execute it, right?
See the sample Dockerfile
in the CI section of the README. This can probably be adapted to whatever CI system you use.
Perfect, thank you 👍
Hello, I'm trying to use
rust-musl-builder
in my CI flow I use droneCI for that, that means I'm running a DinD so when I runrust-musl-builder cargo build --target=aarch64-unknown-linux-gnu --release
I have the following errorcould not find Cargo.toml in /home/rust/src
cause for some reason the volume doesn't mount in the last container