Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -200,7 +200,6 @@ impl HtmxBuild {
|
||||
let base_debian = self
|
||||
.client
|
||||
.container_opts(dagger_sdk::QueryContainerOpts {
|
||||
id: None,
|
||||
platform: Some(target.into_platform()),
|
||||
})
|
||||
.from(image);
|
||||
@@ -250,7 +249,6 @@ impl HtmxBuild {
|
||||
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