From 92fdb9b89cbae698e2d6d0f1899ce4c518abf4f8 Mon Sep 17 00:00:00 2001 From: badlydrawnface Date: Mon, 18 Mar 2024 10:01:58 -0400 Subject: [PATCH] feat: add Kinoite variant --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 34d4a90..8de1019 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: matrix: arch: [amd64, arm64] version: [40, rawhide] - flavor: [base, silverblue] + flavor: [base, silverblue, kinoite] steps: # Checkout push-to-registry action GitHub repository - name: Checkout Push to Registry action @@ -144,4 +144,4 @@ jobs: run: exit 1 - name: Exit shell: bash - run: exit 0 \ No newline at end of file + run: exit 0