mirror of https://github.com/encounter/SDL.git
CI: Add Windows ARM64 builds
This commit is contained in:
parent
37d4f003b7
commit
9170c0c7f8
|
@ -9,8 +9,9 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
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 (ARM64), os: windows-latest, flags: -A ARM64 }
|
||||
- { name: Linux, os: ubuntu-20.04, flags: -GNinja }
|
||||
- { name: MacOS, os: macos-latest }
|
||||
steps:
|
||||
|
|
Loading…
Reference in New Issue