Skip to content

Commit ff214a4

Browse files
authored
Merge pull request #101 from git-for-windows/native-arm64-on-self-hosted-runners
self-hosted runners: use native arm64 version of GfW
2 parents 922f20a + adc5125 commit ff214a4

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)