We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae97a51 commit 455587bCopy full SHA for 455587b
.github/workflows/build-group.yml
@@ -71,4 +71,4 @@ jobs:
71
password: ${{ secrets.GITHUB_TOKEN }}
72
- name: Create multi-arch manifests
73
run: |
74
- echo '${{ inputs.manifestCmds }}' | xargs -P 4 -d '\n' -I {} sh -c '{}'
+ echo '${{ inputs.manifestCmds }}' | xargs -P 1 -d '\n' -I {} sh -c '{}'
0 commit comments