mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
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:
2
.github/workflows/build-binaries.yml
vendored
2
.github/workflows/build-binaries.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user