mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-25 09:17:12 +01:00
CI: Add Windows ARM64 builds
This commit is contained in:
parent
37d4f003b7
commit
9170c0c7f8
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -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
Block a user