Skip to content

Commit adc5125

Browse files
committed
self-hosted runners: use native arm64 version of GfW
2.47.1 is the first version of Git for Windows for which native arm64 binaries are being published. Let's use those moving forward, for better performance. Ref: https://github.com/git-for-windows/git/releases/tag/v2.47.1.windows.1 Signed-off-by: Dennis Ameling <[email protected]>
1 parent 922f20a commit adc5125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-self-hosted-runners/post-deployment-script.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Write-Output "Starting post-deployment script."
4747
[string]$GitHubUrl = "https://api.github.com/repos/git-for-windows/git/releases/latest"
4848
#
4949
# Name of the exe file that should be verified and downloaded
50-
[string]$GithubExeName = "Git-.*-64-bit.exe"
50+
[string]$GithubExeName = "Git-.*-arm64.exe"
5151

5252
try {
5353
[System.Object]$GithubRestData = Invoke-RestMethod -Uri $GitHubUrl -Method Get -Headers $GithubHeaders -TimeoutSec 10 | Select-Object -Property assets, body

0 commit comments

Comments
 (0)