-
|
It looks like the only platforms supported are x64 and x86, so I'm guessing it doesn't. Am I missing an easy solution? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Hi @jmeans319, thanks for the question! Unfortunately, we don't currently have support for arm64. I think it is probably possible to build for it using the Visual Studio command line tools at vcvarsamd64_arm.bat and add a new option for the architecture. Once that is done, I'm not sure if everything will just compile, or we are going to run in to some incompatibilities with some of the libraries. I do not have an arm64 Windows device, and GitHub Actions doesn't yet provide a runner we could test on. If you are interested in helping to add arm64 support, we would be glad to work with you. |
Beta Was this translation helpful? Give feedback.
Hi @jmeans319, thanks for the question! Unfortunately, we don't currently have support for arm64. I think it is probably possible to build for it using the Visual Studio command line tools at vcvarsamd64_arm.bat and add a new option for the architecture. Once that is done, I'm not sure if everything will just compile, or we are going to run in to some incompatibilities with some of the libraries.
I do not have an arm64 Windows device, and GitHub Actions doesn't yet provide a runner we could test on.
If you are interested in helping to add arm64 support, we would be glad to work with you.