Skip to content

Commit 066517b

Browse files
Copilottrask
andcommitted
Add ARM64 GitHub Actions matrix build support
Co-authored-by: trask <[email protected]>
1 parent f09cdb0 commit 066517b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build-common.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,13 @@ jobs:
141141
os:
142142
- windows-2022
143143
- ubuntu-latest
144+
- ubuntu-latest-arm64
145+
- windows-latest-arm64
144146
fail-fast: false
145147
steps:
146148
- name: Support long paths
147149
run: git config --system core.longpaths true
148-
if: matrix.os == 'windows-2022'
150+
if: startsWith(matrix.os, 'windows')
149151

150152
- uses: actions/checkout@v4
151153

0 commit comments

Comments
 (0)