Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -203,7 +203,6 @@ impl RustBuild {
|
||||
let base_debian = self
|
||||
.client
|
||||
.container_opts(dagger_sdk::QueryContainerOpts {
|
||||
id: None,
|
||||
platform: Some(target.into_platform()),
|
||||
})
|
||||
.from(image);
|
||||
@@ -234,7 +233,6 @@ impl RustBuild {
|
||||
let base_debian = self
|
||||
.client
|
||||
.container_opts(dagger_sdk::QueryContainerOpts {
|
||||
id: None,
|
||||
platform: Some(target.into_platform()),
|
||||
})
|
||||
.from(image);
|
||||
|
Reference in New Issue
Block a user