We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9db47c commit 9aa0938Copy full SHA for 9aa0938
.github/workflows/collector-builder.yml
@@ -73,7 +73,7 @@ jobs:
73
- name: Check arches for local build
74
if: ${{ ! contains(inputs.architectures, 'ppc64le') }}
75
id: arch
76
- run: echo "local-exclude=[{\"arch\":\"ppc64le\"}]" >> "$GITHUB_OUTPUT"
+ run: echo 'local-exclude=[{"arch":"ppc64le"}]' >> "$GITHUB_OUTPUT"
77
78
build-builder-image:
79
name: Local builder image
0 commit comments