Skip to content

Commit 2979892

Browse files
ysolomchenkoKielekCodeBlanch
authored
[repo] Add Linux ARM64 to actions CI (open-telemetry#5824)
Co-authored-by: Piotr Kiełkowicz <[email protected]> Co-authored-by: Mikel Blanchard <[email protected]>
1 parent f7e2a78 commit 2979892

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Component.BuildTest.yml

Lines changed: 5 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-latest" ]'
23+
default: '[ "windows-latest", "ubuntu-latest", "otel-linux-arm64" ]'
2424
required: false
2525
type: string
2626
tfm-list:
@@ -39,6 +39,10 @@ jobs:
3939
exclude:
4040
- os: ubuntu-latest
4141
version: net462
42+
- os: otel-linux-arm64
43+
version: net462
44+
- os: otel-linux-arm64
45+
version: net6.0
4246

4347
runs-on: ${{ matrix.os }}
4448
steps:

0 commit comments

Comments
 (0)