mirror of
https://github.com/alterware/aw-installer.git
synced 2025-06-27 06:41:52 +00:00
build: experiment with arm64 on Windows (#17)
This commit is contained in:
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
|
||||
|
Reference in New Issue
Block a user