CI: Add Windows ARM64 builds

This commit is contained in:
Cameron Gutman 2021-07-15 18:35:20 -05:00 committed by Sam Lantinga
parent 37d4f003b7
commit 9170c0c7f8
1 changed files with 2 additions and 1 deletions

View File

@ -9,8 +9,9 @@ jobs:
strategy: strategy:
matrix: matrix:
platform: platform:
- { name: Windows (x64), os: windows-latest } - { name: Windows (x64), os: windows-latest, flags: -A x64 }
- { name: Windows (x86), os: windows-latest, flags: -A Win32 } - { name: Windows (x86), os: windows-latest, flags: -A Win32 }
- { name: Windows (ARM64), os: windows-latest, flags: -A ARM64 }
- { name: Linux, os: ubuntu-20.04, flags: -GNinja } - { name: Linux, os: ubuntu-20.04, flags: -GNinja }
- { name: MacOS, os: macos-latest } - { name: MacOS, os: macos-latest }
steps: steps: