From 93a8118920a0e7fb088e2fd07a9cdf370fa9a0e9 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 26 Jun 2024 19:28:49 -0700 Subject: [PATCH] feat: Maximize build space (#22) 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