File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
12
12
jobs :
13
13
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'] }}
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
Original file line number Diff line number Diff line change 27
27
28
28
jobs :
29
29
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'] }}
31
31
strategy :
32
32
matrix :
33
33
include :
81
81
if : matrix.FIPSMODE == '0' && steps.run-otelcol.outcome == 'success'
82
82
83
83
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'] }}
85
85
needs : [ otelcol-fips ]
86
86
strategy :
87
87
matrix :
You can’t perform that action at this time.
0 commit comments