feat: with enroll

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-08-26 18:46:56 +02:00
parent 97978df287
commit 8c41e1004c
5 changed files with 102 additions and 16 deletions

View File

@@ -59,7 +59,7 @@ async fn build_container(
.iter()
.map(|s| s.to_string())
.collect::<Vec<_>>(),
architecture: dagger_rust::build::BuildArchitecture::Arm64,
architecture: dagger_rust::build::BuildArchitecture::Amd64,
}],
&bin_name,
)