Skip to content

build-git-installers.yml: use Win/ARM64 hosted runners #744

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/build-git-installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
artifact: pkg-aarch64
toolchain: clang-aarch64
mingwprefix: clangarm64
runner: ['self-hosted', '1ES.Pool=github-arm64-pool']
runner: windows-11-arm
runs-on: ${{ matrix.arch.runner }}
env:
GPG_OPTIONS: "--batch --yes --no-tty --list-options no-show-photos --verify-options no-show-photos --pinentry-mode loopback"
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
artifact: pkg-aarch64
toolchain: clang-aarch64
mingwprefix: clangarm64
runner: ['self-hosted', '1ES.Pool=github-arm64-pool']
runner: windows-11-arm
type:
- name: installer
fileprefix: Git
Expand Down Expand Up @@ -729,7 +729,7 @@ jobs:
- os: windows-latest
artifact: win-installer-x86_64
command: $PROGRAMFILES\Git\cmd\git.exe
- os: ['self-hosted', '1ES.Pool=github-arm64-pool']
- os: windows-11-arm
artifact: win-installer-aarch64
command: $PROGRAMFILES\Git\cmd\git.exe
runs-on: ${{ matrix.component.os }}
Expand Down
Loading