Skip to content

Commit

Permalink
feat: supports windows aarch64 (yetone#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
yetone authored Sep 26, 2024
1 parent f2cec70 commit 0c97dfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0c97dfe

Please sign in to comment.