Skip to content

Commit

Permalink
💚 Support aarch64-pc-windows-msvc
Browse files Browse the repository at this point in the history
  • Loading branch information
mokeyish committed Jun 12, 2023
1 parent 611238b commit 23aa3a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
archive: zip
- target: aarch64-pc-windows-msvc
os: windows-latest
archive: zip
- target: x86_64-pc-windows-gnu
os: windows-latest
archive: zip
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
archive: zip
- target: aarch64-pc-windows-msvc
os: windows-latest
archive: zip
- target: x86_64-pc-windows-gnu
os: windows-latest
archive: zip
Expand Down

0 comments on commit 23aa3a2

Please sign in to comment.