build: experiment with arm64 on Windows (#17)

This commit is contained in:
2024-03-04 11:49:07 +01:00
committed by GitHub
parent 296b92d5fc
commit 2230f7ea46
2 changed files with 4 additions and 5 deletions

View File

@ -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