Skip to content

Commit

Permalink
refactor: use machine resources to build with parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
mariajgrimaldi committed Aug 21, 2024
1 parent cbb00b2 commit 3fa35e5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,14 +193,6 @@ jobs:
. .tvm/bin/activate
tutor distro run-extra-commands
- name: Prepare docker if building MFE
if: ${{ inputs.SERVICE == 'mfe' }}
shell: bash
run: |
echo "[worker.oci]" > buildkit.toml
echo "max-parallelism = 2" >> buildkit.toml
docker buildx create --use --node=max2cpu --driver=docker-container --config=./buildkit.toml
- name: Build service image with no cache
shell: bash
working-directory: ${{ inputs.STRAIN_PATH }}/${{ env.TUTOR_APP_NAME }}
Expand Down

0 comments on commit 3fa35e5

Please sign in to comment.