Skip to content

Commit 4bfa7c2

Browse files
committed
otel-arm64 -> ubuntu-24.04-arm
1 parent 7ad5192 commit 4bfa7c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/agent-bundle-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111

1212
jobs:
1313
agent-bundle-linux:
14-
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[inputs.ARCH == 'arm64'] }}
14+
runs-on: ${{ fromJSON('["ubuntu-24.04", "ubuntu-24.04-arm"]')[inputs.ARCH == 'arm64'] }}
1515
steps:
1616
- uses: actions/checkout@v4
1717

.github/workflows/otelcol-fips.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ env:
2727

2828
jobs:
2929
otelcol-fips:
30-
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.GOARCH == 'arm64'] }}
30+
runs-on: ${{ fromJSON('["ubuntu-24.04", "ubuntu-24.04-arm"]')[matrix.GOARCH == 'arm64'] }}
3131
strategy:
3232
matrix:
3333
include:
@@ -81,7 +81,7 @@ jobs:
8181
if: matrix.FIPSMODE == '0' && steps.run-otelcol.outcome == 'success'
8282

8383
docker-otelcol-fips:
84-
runs-on: ${{ fromJSON('["ubuntu-24.04", "otel-arm64"]')[matrix.ARCH == 'arm64'] }}
84+
runs-on: ${{ fromJSON('["ubuntu-24.04", "ubuntu-24.04-arm"]')[matrix.ARCH == 'arm64'] }}
8585
needs: [ otelcol-fips ]
8686
strategy:
8787
matrix:

0 commit comments

Comments
 (0)