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 2a65f72 commit e7dd3f8Copy full SHA for e7dd3f8
1 file changed
.github/workflows/builder.yaml
@@ -76,7 +76,7 @@ jobs:
76
if: needs.init.outputs.changed == 'true'
77
name: Build ${{ matrix.arch }} ${{ matrix.addon }} add-on
78
strategy:
79
- max-parallel: 1
+ max-parallel: 4
80
matrix:
81
addon: ${{ fromJson(needs.init.outputs.changed_addons) }}
82
arch: ["aarch64", "amd64"]
0 commit comments