Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -14,7 +14,7 @@ async fn main() -> eyre::Result<()> {
|
||||
HostDirectoryOptsBuilder::default()
|
||||
.include(vec![
|
||||
"ci/",
|
||||
"cuddle_cli/",
|
||||
"cuddle/",
|
||||
"examples",
|
||||
"Cargo.lock",
|
||||
"Cargo.toml",
|
||||
@@ -86,7 +86,7 @@ async fn dind_image(
|
||||
"--target",
|
||||
&format!("{architecture}-unknown-linux-musl"),
|
||||
"--path",
|
||||
"cuddle_cli",
|
||||
"cuddle",
|
||||
"--profile=release",
|
||||
]);
|
||||
|
||||
|
Reference in New Issue
Block a user