From 18f04e2fe43990debe2f00f4adce7e71d6a45ee7 Mon Sep 17 00:00:00 2001 From: Tulili Date: Wed, 13 Mar 2024 00:43:40 -0300 Subject: [PATCH] fix: faster builds with bluebuild docker builder --- .github/workflows/build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bd92211..57fd820 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,13 +33,8 @@ jobs: uses: ublue-os/remove-unwanted-software@v6 with: remove-codeql: 'true' - #- name: Extra maximize build disk space - # shell: bash - # run: | - # sudo rm -rf "/usr/local/share/boost" - # sudo rm -rf "$AGENT_TOOLSDIRECTORY" - name: Build Custom Image - uses: blue-build/github-action@v1.1 + uses: blue-build/github-action@v1.2.0 with: recipe: ${{ matrix.recipe }} cosign_private_key: ${{ secrets.SIGNING_SECRET }}