We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 922f20a + adc5125 commit ff214a4Copy full SHA for ff214a4
azure-self-hosted-runners/post-deployment-script.ps1
@@ -47,7 +47,7 @@ Write-Output "Starting post-deployment script."
47
[string]$GitHubUrl = "https://api.github.com/repos/git-for-windows/git/releases/latest"
48
#
49
# Name of the exe file that should be verified and downloaded
50
-[string]$GithubExeName = "Git-.*-64-bit.exe"
+[string]$GithubExeName = "Git-.*-arm64.exe"
51
52
try {
53
[System.Object]$GithubRestData = Invoke-RestMethod -Uri $GitHubUrl -Method Get -Headers $GithubHeaders -TimeoutSec 10 | Select-Object -Property assets, body
0 commit comments