Add win-arm64 to workflows

This commit is contained in:
KeatonTheBot
2025-02-20 17:11:46 -06:00
parent 5f708f1ef0
commit 0caafb7c4d
3 changed files with 4 additions and 0 deletions

View File

@@ -65,6 +65,7 @@ jobs:
matrix:
platform:
- { name: win-x64, os: windows-latest, zip_os_name: win_x64 }
- { name: win-arm64, os: windows-latest, zip_os_name: win_arm64 }
- { name: linux-x64, os: ubuntu-latest, zip_os_name: linux_x64 }
- { name: linux-arm64, os: ubuntu-latest, zip_os_name: linux_arm64 }
steps: