Hello,
I’ve got some docker pipelines that can run on all my runners the same, either ARM or AMD64, or even my Windows runner.
Is it possible currently to add some “wildcard” in the platform
field, so that the pipeline can run on any OS?
Thank you