Skip to content

Commit e9cb26b

Browse files
committed
Add aarch64-pc-windows-msvc target in release workflow
1 parent 9da63eb commit e9cb26b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
- x86_64-pc-windows-msvc
7878
- x86_64-pc-windows-gnu
7979
- i686-pc-windows-msvc
80+
- aarch64-pc-windows-msvc
8081
feature:
8182
- small
8283
- lean
@@ -104,6 +105,9 @@ jobs:
104105
- target: i686-pc-windows-msvc
105106
os: windows-latest
106107
rust: nightly
108+
- target: aarch64-pc-windows-msvc
109+
os: windows-latest
110+
rust: nightly
107111
# on linux we build with musl which causes trouble with open-ssl. For now, just build max-pure there
108112
# even though we could also build with `--features max-control,http-client-reqwest,gitoxide-core-blocking-client,gix-features/fast-sha1` for fast hashing.
109113
# It's a TODO.

0 commit comments

Comments
 (0)