Skip to content

Commit

Permalink
limit parallism of buildkit
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 13, 2021
1 parent da33fd9 commit 2dc5322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
node: ['10', '12', '14', '16']
node: ['10', '14']
env:
# Node version whose images will be aliased without the -nodeXX segment
DEFAULT_NODE_MAJOR_VERSION: 12
Expand Down Expand Up @@ -70,6 +70,8 @@ jobs:
id: buildx
if: steps.should-run.outputs.result == 'true'
uses: docker/setup-buildx-action@v1
with:
buildkitd-flags: --oci-worker-max-parallelism=1

- name: Determine build time
id: build-time
Expand Down

0 comments on commit 2dc5322

Please sign in to comment.