ci: Add ARM64 to build matrix

This commit is contained in:
Derick Payne 2026-01-18 22:49:56 +02:00
parent e0ada02a30
commit 214e25fb09
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [Win32, x64]
platform: [Win32, x64, ARM64]
configuration: [Release]
steps:

View File

@ -101,7 +101,7 @@
- [x] **CI Workflow** - ✅ Added MSVC builds (Win32/x64 Release)
- Runs on push/PR to master alongside AppVeyor
- [ ] **ARM64 Build** - Build for Windows ARM64 devices
- [x] **ARM64 Build** - ✅ Added to CI matrix (Win32/x64/ARM64)
- [ ] **Clang-cl Build** - Alternative compiler for better warnings
- [ ] **Debug Build** - Catch debug-only assertions
- [ ] **PR Labeler** - Auto-label PRs based on files changed