Skip to content

Commit a98e1c2

Browse files
mjcheethamdscho
authored andcommitted
aarch64: add support for Windows on ARM
Add support for building Microsoft Git on Windows/ARM64. We use a custom 1ES pool that we maintain to provide ARM64 GitHub runners that have the latest Git for Windows ARM64 installed. Signed-off-by: Matthew John Cheetham <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent c7e4bf7 commit a98e1c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clangarm64-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ defaults:
99

1010
jobs:
1111
clang-build:
12-
runs-on: [Windows, ARM64]
12+
runs-on: ['self-hosted', '1ES.Pool=github-arm64-pool']
1313
env:
1414
NO_PERL: 1
1515
steps:

0 commit comments

Comments
 (0)