Skip to content

Commit 929a252

Browse files
authored
[chore] Use public Linux ARM64 runners (#1818)
1 parent 1c58674 commit 929a252

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
generate-and-test:
1313
strategy:
1414
matrix:
15-
os: [ ubuntu-latest, otel-linux-arm64]
15+
os: [ ubuntu-latest, ubuntu-22.04-arm]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Checkout Repo

.github/workflows/checks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
lint:
2626
strategy:
2727
matrix:
28-
os: [ ubuntu-latest, otel-linux-arm64]
28+
os: [ ubuntu-latest, ubuntu-22.04-arm]
2929
runs-on: ${{ matrix.os }}
3030
steps:
3131
- name: Install Go

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Currently, OpenTelemetry Go Automatic Instrumentation is tested for the followin
2525
| ------- | ---------- | ------------ |
2626
| Ubuntu | 1.23 | amd64 |
2727
| Ubuntu | 1.22 | amd64 |
28+
| Ubuntu | 1.23 | arm64 |
29+
| Ubuntu | 1.22 | arm64 |
2830

2931
Automatic instrumentation should work on any Linux kernel above 4.4.
3032

0 commit comments

Comments
 (0)