fix: add support for String as well

This commit is contained in:
2023-03-13 20:33:24 +01:00
committed by Kasper Juul Hermansen
parent e9e35edb1c
commit c025d17424
4 changed files with 49 additions and 1 deletions

View File

@@ -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?,