git-for-windows / git-for-windows-automation

A few GitHub workflows and support code to help with Git for Windows' day-to-day tasks
10 stars 9 forks source link

self-hosted runners: use the ARM64 flavor of Git for Windows, once available #28

Open dscho opened 1 year ago

dscho commented 1 year ago

Once the first "official" GfW arm64 version is released, let's also update the Azure VM post-deployment script so that it downloads the arm64 version instead of amd64. This will benefit some CI workflows (or parts of those) that don't use the git-sdk-arm64 but rely on the system-installed Git.

Originally posted by @dennisameling in https://github.com/git-for-windows/git-for-windows-automation/issues/22#issuecomment-1421268074