mirror of
https://github.com/alterware/iw4-validator.git
synced 2025-05-09 05:54:54 +00:00
build: add Windows arm64 to build workflow
This commit is contained in:
parent
c188aaffde
commit
08d32522b0
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -28,9 +28,12 @@ jobs:
|
||||
- release
|
||||
arch:
|
||||
- x64
|
||||
- arm64
|
||||
include:
|
||||
- arch: x64
|
||||
platform: x64
|
||||
- arch: arm64
|
||||
platform: arm64
|
||||
steps:
|
||||
- name: Check out files
|
||||
uses: actions/checkout@main
|
||||
|
Loading…
x
Reference in New Issue
Block a user