mirror of
https://github.com/kjuulh/dagger-rs.git
synced 2025-07-25 19:09:22 +02:00
fix: add support for String as well
This commit is contained in:
@@ -22,7 +22,7 @@ async fn main() -> eyre::Result<()> {
|
||||
let ref_ = client
|
||||
.container_opts(QueryContainerOpts {
|
||||
id: None,
|
||||
platform: Some(platform.into()),
|
||||
platform: Some(platform.to_string().into()),
|
||||
})
|
||||
.build_opts(
|
||||
context.id().await?,
|
Reference in New Issue
Block a user