Skip to content

Commit 5ebca71

Browse files
authored
Merge pull request #1 from xboxoneresearch/ci/add_arm64_win_linux
ci: Add arm64 for windows and linux
2 parents eb77580 + 7555800 commit 5ebca71

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
runtime: [linux-x64, win-x64, osx-x64, osx-arm64]
16+
runtime: [linux-x64, linux-arm64, win-x64, win-arm64, osx-x64, osx-arm64]
1717
configuration: [Debug, Release]
1818
include:
1919
- runtime: linux-x64
2020
os: ubuntu-latest
21+
- runtime: linux-arm64
22+
os: ubuntu-latest
2123
- runtime: win-x64
2224
os: windows-latest
25+
- runtime: win-arm64
26+
os: windows-latest
2327
- runtime: osx-x64
2428
os: macos-latest
2529
- runtime: osx-arm64
@@ -129,4 +133,4 @@ jobs:
129133
release-packages/*.zip
130134
generate_release_notes: true
131135
env:
132-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
136+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)