feat: supports windows aarch64 (#640)
This commit is contained in:
parent
f2cec70d4c
commit
0c97dfe5e9
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
@ -72,6 +72,10 @@ jobs:
|
||||
os_name: windows
|
||||
arch: x86_64
|
||||
rust_target: x86_64-pc-windows-msvc
|
||||
- os: windows-latest
|
||||
os_name: windows
|
||||
arch: aarch64
|
||||
rust_target: aarch64-pc-windows-msvc
|
||||
|
||||
runs-on: ${{ matrix.config.os }}
|
||||
steps:
|
||||
|
Loading…
x
Reference in New Issue
Block a user