From 94f04919977657d71c3208994160ba3cabf5828e Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Sat, 25 May 2024 19:43:15 +0700 Subject: [PATCH] add back all the other editions --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a54fe01..38ea9f5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,6 +16,14 @@ jobs: build: - manifest_path: "base/base-disk" edition: "base" + - manifest_path: flagship/base-disk + edition: flagship + - manifest_path: gnome/base-disk + edition: gnome + - manifest_path: kde/base-disk + edition: kde + - manifest_path: xfce/base-disk + edition: xfce uses: ./.github/workflows/diskimg.yml with: