File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
- name : Check arches for local build
74
74
if : ${{ ! contains(inputs.architectures, 'ppc64le') }}
75
75
id : arch
76
- run : echo " local-exclude=[{\ "arch\":\ "ppc64le\ "}]" >> "$GITHUB_OUTPUT"
76
+ run : echo ' local-exclude=[{"arch": "ppc64le"}]' >> "$GITHUB_OUTPUT"
77
77
78
78
build-builder-image :
79
79
name : Local builder image
Original file line number Diff line number Diff line change 43
43
- name : Check arches for local build
44
44
if : ${{ ! contains(inputs.architectures, 'ppc64le') }}
45
45
id : arch
46
- run : echo " local-exclude=[{\ "arch\":\ "ppc64le\ "}]" >> "$GITHUB_OUTPUT"
46
+ run : echo ' local-exclude=[{"arch": "ppc64le"}]' >> "$GITHUB_OUTPUT"
47
47
48
48
build-collector-image :
49
49
name : Local collector image ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments