Skip to content

Commit

Permalink
add: 添加windows下的aarch64支持
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfSweet committed Jan 17, 2024
1 parent 564c4ca commit 51bf5cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: x86_64-pc-windows-msvc
file_name : "windows-x86_64"
os: windows-latest
# - name: aarch64-pc-windows-msvc
# file_name: "windows-aarch64"
# os: windows-latest
- name: aarch64-pc-windows-msvc
file_name: "windows-aarch64"
os: windows-latest

- name: x86_64-apple-darwin
file_name : "macos-x86_64"
Expand Down

0 comments on commit 51bf5cc

Please sign in to comment.