Compile OTP 28 on Windows ARM Chip

Hello!

just a short question to compile OTP 28 on Windows ARM Chip for aarch64.
I don’t see, that the documentation otp/HOWTO/INSTALL-WIN32.md at master · erlang/otp · GitHub is up to date for compiling it on Windows ARM.

But I see you need WSL for Windows ARM, do you have any tips for compiling it. Because directly on my Apple Chip Mac with virtualization for Windows ARM i can not start WSL because Hyper-V needs nested virtualization and this is not possible.
Do you compile it on a native Windows ARM device or can i use some other technology?

Use WSL-1 that doesn’t need Hyper-V does it?

You could try building a github actions workflow that builds it? Not sure if WSL works there or not.

Okay, thank you for some ideas.
WSL-1 i tested, but i could not make a fallback from WSL-2 to version 1, i got an error but i don’t know the message anymore. i will install Windows 11 on arm chip new and test again to setup WSL 1

Github actions workflow i must try.