We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4dc55af commit d897c37Copy full SHA for d897c37
1 file changed
.github/workflows/packages.yml
@@ -286,7 +286,7 @@ jobs:
286
echo "packages: ${packages[*]}"
287
288
if [[ "${#packages[@]}" -gt 0 ]]; then
289
- ./scripts/run-docker.sh -d ./build-package.sh -I -C -a "${{ matrix.target_arch }}" "${packages[@]}"
+ ./scripts/run-docker.sh -d ./build-package.sh -C -a "${{ matrix.target_arch }}" "${packages[@]}"
290
fi
291
292
- name: Generate build artifacts
0 commit comments