From 9833f1c78080009f4f301f149be59adb35fd38a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Kie=C5=82kowicz?= Date: Fri, 3 Jan 2025 14:16:10 +0100 Subject: [PATCH] Run CI on Windows ARM64 --- .github/workflows/Component.BuildTest.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Component.BuildTest.yml b/.github/workflows/Component.BuildTest.yml index 4cffbbe989..22a57f51a0 100644 --- a/.github/workflows/Component.BuildTest.yml +++ b/.github/workflows/Component.BuildTest.yml @@ -20,7 +20,7 @@ on: required: false type: string os-list: - default: '[ "windows-latest", "ubuntu-22.04", "otel-linux-arm64" ]' + default: '[ "windows-latest", "ubuntu-22.04", "otel-windows-arm64", "otel-linux-arm64" ]' required: false type: string tfm-list: @@ -43,9 +43,17 @@ jobs: version: net462 - os: otel-linux-arm64 version: net8.0 + - os: otel-windows-arm64 + version: net462 + - os: otel-windows-arm64 + version: net8.0 runs-on: ${{ matrix.os }} steps: + - name: Install git on otel-windows-arm64 + run: choco install git + if: ${{ matrix.os == 'otel-windows-arm64' }} + - uses: actions/checkout@v4 with: # Note: By default GitHub only fetches 1 commit. MinVer needs to find