From e87ab7976de11daf40e41477e074c33e307aeafd Mon Sep 17 00:00:00 2001 From: Robert Sturla Date: Thu, 28 Mar 2024 16:43:52 +0000 Subject: [PATCH] Disable Flatpak dependencies --- .github/workflows/build_iso.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 56e1ed5..6f3c688 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -41,6 +41,7 @@ jobs: arch: ${{ contains(matrix.image_tag, 'amd64') && 'x86_64' || 'arm64' }} image_name: ${{ matrix.image_name }} image_repo: ghcr.io/ublue-os + enable_flatpak_dependencies: false # We cannot use Silverblue variant since we need the user creation options in anaconda variant: 'Kinoite' version: ${{ env.INSTALLER_VERSION }}