Skip to content

Commit 9833f1c

Browse files
committed
Run CI on Windows ARM64
1 parent cd31c57 commit 9833f1c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
required: false
2121
type: string
2222
os-list:
23-
default: '[ "windows-latest", "ubuntu-22.04", "otel-linux-arm64" ]'
23+
default: '[ "windows-latest", "ubuntu-22.04", "otel-windows-arm64", "otel-linux-arm64" ]'
2424
required: false
2525
type: string
2626
tfm-list:
@@ -43,9 +43,17 @@ jobs:
4343
version: net462
4444
- os: otel-linux-arm64
4545
version: net8.0
46+
- os: otel-windows-arm64
47+
version: net462
48+
- os: otel-windows-arm64
49+
version: net8.0
4650

4751
runs-on: ${{ matrix.os }}
4852
steps:
53+
- name: Install git on otel-windows-arm64
54+
run: choco install git
55+
if: ${{ matrix.os == 'otel-windows-arm64' }}
56+
4957
- uses: actions/checkout@v4
5058
with:
5159
# Note: By default GitHub only fetches 1 commit. MinVer needs to find

0 commit comments

Comments
 (0)