Skip to content

Commit d9ac757

Browse files
alcroitoEnselic
authored andcommitted
Add CI build for windows/ARM64
Fixes: #2644
1 parent 6d849e5 commit d9ac757

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ jobs:
174174
- { target: x86_64-apple-darwin , os: macos-13, }
175175
- { target: aarch64-apple-darwin , os: macos-14, }
176176
- { target: x86_64-pc-windows-msvc , os: windows-2025, }
177+
- { target: aarch64-pc-windows-msvc , os: windows-11-arm, }
177178
- { target: x86_64-unknown-linux-gnu , os: ubuntu-latest, dpkg_arch: amd64, use-cross: true }
178179
- { target: x86_64-unknown-linux-musl , os: ubuntu-latest, dpkg_arch: musl-linux-amd64, use-cross: true }
179180
env:

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# unreleased
22

33
## Features
4+
- Add build for windows/ARM64 platform. #3190 (@alcroito)
45

56
- Add paging to `--list-themes`, see PR #3239 (@einfachIrgendwer0815)
67
- Support negative relative line ranges, e.g. `bat -r :-10` / `bat -r='-10:'`, see #3068 (@ajesipow)

0 commit comments

Comments
 (0)