How could I run a Linux/Arm64 container on a X86_64 Win10 host machine?

I am trying to run a ARM Python container on my X86_64 Win10 laptop. The followed image does support Linux/ARM64. However, when docker run --platform linux/arm64 was executed, the system told me that I could only running containers on linux/amd64. How could I stimulate a linux/arm64 environment for arm64 container on PC?