diff --git a/.github/workflows/build-disk.yml b/.github/workflows/build-disk.yml index 8f5f9bf..af075a1 100644 --- a/.github/workflows/build-disk.yml +++ b/.github/workflows/build-disk.yml @@ -24,6 +24,7 @@ jobs: disk-type: [qcow2, anaconda-iso] base: - bazzite-howdy + - bazzite-gnome-howdy - bazzite-dx-howdy - bazzite-dx-nvidia-howdy - bazzite-dx-nvidia-gnome-howdy @@ -35,6 +36,8 @@ jobs: exclude: - base: bazzite-howdy stream: gts + - base: bazzite-gnome-howdy + stream: gts - base: bazzite-dx-howdy stream: gts - base: bazzite-dx-nvidia-howdy diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3d1082..30e502e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,6 +33,7 @@ jobs: matrix: base: - bazzite + - bazzite-gnome - bazzite-dx - bazzite-dx-nvidia - bazzite-dx-nvidia-gnome @@ -46,6 +47,8 @@ jobs: exclude: - base: bazzite stream: gts + - base: bazzite-gnome + stream: gts - base: bazzite-dx stream: gts - base: bazzite-dx-nvidia diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 176cf7c..67e3542 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,6 +20,7 @@ jobs: matrix: base: - bazzite + - bazzite-gnome - bazzite-dx - bazzite-dx-nvidia - bazzite-dx-nvidia-gnome @@ -33,6 +34,8 @@ jobs: exclude: - base: bazzite stream: gts + - base: bazzite-gnome + stream: gts - base: bazzite-dx stream: gts - base: bazzite-dx-nvidia