### Subject of the issue Getting: ``` docker: no matching manifest for windows/amd64 10.0.20348 in the manifest list entries ``` Error in github actions when trying to pull official algod, conduit, indexer images in github actions running on windows server. More details in https://github.com/algorandfoundation/algokit-utils-py/actions/runs/7006734023/job/19059268379 ### Your environment Default windows-latest worker on github actions ### Steps to reproduce 1. pipx install algokit 2. algokit localnet start (which is equivalent to running docker compose up) 3. observe the error. ### Expected behaviour Windows server is supported, allowing devs to use official images in docker environments on github actions windows workers. ### Actual behaviour Pulling images fails.