소스 검색

add arm64 for windows (#1525)

ruki 2 년 전
부모
커밋
b5aa4e534a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/windows.yml

@@ -12,7 +12,7 @@ jobs:
       matrix:
         os: [windows-2019, windows-2022]
         kind: [static, shared]
-        arch: [x64, x86]
+        arch: [x64, x86, arm64]
         vs_runtime: [MT, MD]
 
     runs-on: ${{ matrix.os }}