Skip to content

Commit

Permalink
Run CI on Windows ARM64
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielek committed Jan 7, 2025
1 parent cd31c57 commit 9833f1c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/Component.BuildTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 9833f1c

Please sign in to comment.