File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
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 : |
77
- echo "local-exclude=[{arch:ppc64le}]" >> "$GITHUB_OUTPUT"
76
+ run : echo "local-exclude=[{\"arch\":\"ppc64le\"}]" >> "$GITHUB_OUTPUT"
78
77
79
78
build-builder-image :
80
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