Add Windows aarch64 to the release binaries (#10885)

Following test coverage from #10540 
Closes https://github.com/astral-sh/uv/issues/1141
This commit is contained in:
Zanie Blue
2025-01-24 09:24:22 -06:00
committed by GitHub
parent f645499dbd
commit 98e7cd00c8
2 changed files with 3 additions and 0 deletions

View File

@@ -164,6 +164,8 @@ jobs:
arch: x64
- target: i686-pc-windows-msvc
arch: x86
- target: aarch64-pc-windows-msvc
arch: x64 # not relevant here
steps:
- uses: actions/checkout@v4
with: