Skip to content

Commit 9aa0938

Browse files
Update .github/workflows/collector-builder.yml
Co-authored-by: Mauro Ezequiel Moltrasio <[email protected]>
1 parent a9db47c commit 9aa0938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/collector-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)