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 7373 - name : Check arches for local build
7474 if : ${{ ! contains(inputs.architectures, 'ppc64le') }}
7575 id : arch
76- run : echo " local-exclude=[{\ "arch\":\ "ppc64le\ "}]" >> "$GITHUB_OUTPUT"
76+ run : echo ' local-exclude=[{"arch": "ppc64le"}]' >> "$GITHUB_OUTPUT"
7777
7878 build-builder-image :
7979 name : Local builder image
Original file line number Diff line number Diff line change 4343 - name : Check arches for local build
4444 if : ${{ ! contains(inputs.architectures, 'ppc64le') }}
4545 id : arch
46- run : echo " local-exclude=[{\ "arch\":\ "ppc64le\ "}]" >> "$GITHUB_OUTPUT"
46+ run : echo ' local-exclude=[{"arch": "ppc64le"}]' >> "$GITHUB_OUTPUT"
4747
4848 build-collector-image :
4949 name : Local collector image ${{ matrix.arch }}
You can’t perform that action at this time.
0 commit comments