Skip to content

Commit

Permalink
feat: Add support for ARM64 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
w4po committed Feb 1, 2025
1 parent 6ca7657 commit f0c86b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
framework: [ 'net9.0-windows', 'net481' ]
arch: [ 'x64', 'x86' ]
arch: [ 'x64', 'x86', 'arm64' ]
fail-fast: false
max-parallel: 4

Expand Down

0 comments on commit f0c86b6

Please sign in to comment.