Skip to content

Commit

Permalink
Merge pull request #101 from git-for-windows/native-arm64-on-self-hos…
Browse files Browse the repository at this point in the history
…ted-runners

self-hosted runners: use native arm64 version of GfW
  • Loading branch information
dscho authored Nov 26, 2024
2 parents 922f20a + adc5125 commit ff214a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-self-hosted-runners/post-deployment-script.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Write-Output "Starting post-deployment script."
[string]$GitHubUrl = "https://api.github.com/repos/git-for-windows/git/releases/latest"
#
# Name of the exe file that should be verified and downloaded
[string]$GithubExeName = "Git-.*-64-bit.exe"
[string]$GithubExeName = "Git-.*-arm64.exe"

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

0 comments on commit ff214a4

Please sign in to comment.