Skip to content

Commit 37df492

Browse files
authored
Merge pull request #8 from dennisameling/aarch64-optimizations
`build-and-deploy`: arm64 fixes for GPG signing
2 parents f5c6930 + 34b766c commit 37df492

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
@@ -29,7 +29,7 @@ $GithubActionsRunnerArch = "arm64"
2929
$GithubActionsRunnerHash = "9409e50d9ad33d8031355ed079b8f56cf3699f35cf5d0ca51e54deed432758ef"
3030
$GithubActionsRunnerLabels = "self-hosted,Windows,ARM64"
3131
# Keep this path short to prevent Long Path issues
32-
$GitHubActionsRunnerPath = "C:\actions-runner"
32+
$GitHubActionsRunnerPath = "C:\a"
3333

3434
# ======================
3535
# WINDOWS DEVELOPER MODE

0 commit comments

Comments
 (0)