From 4163fa6a488e3a5aafef6702e12172ec9b42812d Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 26 Jun 2024 19:15:45 -0700 Subject: [PATCH] feat: Maximize build space Required to build Bazzite images --- .github/workflows/build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8ea733a..4f8e6d5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,9 @@ jobs: - name: Checkout Push to Registry action uses: actions/checkout@v4 + - name: Maximize build space + uses: ublue-os/remove-unwanted-software@v7 + - name: Generate tags id: generate-tags shell: bash