Skip to content

Commit

Permalink
ci: add support for win32-arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
csett86 authored Sep 8, 2024
1 parent 4a90185 commit d8e09ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,9 @@ jobs:
- os: windows-2019
arch: x64
build-group: win32-x64
- os: windows-2019
arch: arm64
build-group: win32-arm64
env:
BUILD_GROUP: ${{ matrix.build-group }}
steps:
Expand Down

0 comments on commit d8e09ab

Please sign in to comment.