Build on Windows Arm64 possible?
Hi folks,
I'm wondering if it's possible to build on Arm64? I've looked through the docs and I failed to find anything related.
Git Extensions project currently produces amd64-native binaries, and more of our users start asking for arm64-native binaries.
Thank you, Igor.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 21 Apr, 2023 03:02 AM
We are not providing Windows ARM64 images, but there are customers running BYOC instances with Windows ARM64 images provided by Azure. AppVeyor is able to create ARM64-based instances on Azure - you can see "Architecture" dropdown on Azure cloud settings in BYOC. Build agent can be run inside ARM instances too. Though we don't have instructions nor automation script to bring BYOC to Windows ARM instances. Those customers who did that were making based images manually (using their own tools).
Also, we could run Ubuntu ARM64 builds on AWS, for example this build.
2 Posted by russkie on 23 Apr, 2023 05:13 AM
Thank you.
3 Posted by Chuzhoi on 23 May, 2023 08:46 PM
Thank you.