feat: with output
All checks were successful
continuous-integration/drone/push Build is passing

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
Kasper Juul Hermansen 2023-11-25 13:33:54 +01:00
parent d6af354776
commit e4fc1cc834
Signed by: kjuulh
GPG Key ID: 9AA7BC13CE474394

View File

@ -112,6 +112,8 @@ impl RustBuild {
)
.await?;
build_container.export("output.tar").await?;
let bin = build_container
.with_exec(vec![
"cargo",