Lower conversion parallelism

add/first-example
mudler 2 years ago
parent 2b6a5aef5f
commit 6394d85ca2
  1. 1
      .github/workflows/image.yml

@ -84,5 +84,6 @@ jobs:
- uses: earthly/actions/setup-earthly@v1 - uses: earthly/actions/setup-earthly@v1
- name: Build - name: Build
run: | run: |
earthly config "global.conversion_parallelism" "1"
earthly config "global.buildkit_max_parallelism" "1" earthly config "global.buildkit_max_parallelism" "1"
earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }} earthly --push +image-all --IMAGE=${{ steps.prep.outputs.image }}

Loading…
Cancel
Save