Skip to content

Commit

Permalink
ci: Build for Windows-ARM as well (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw authored Aug 9, 2024
1 parent c776134 commit b8acbc2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
cross: false
- target: aarch64-pc-windows-msvc
os: windows-latest
cross: false
- target: aarch64-apple-darwin
os: macos-latest
cross: false
Expand Down

0 comments on commit b8acbc2

Please sign in to comment.