From 0f921463e4b6b1c17491fb86b090f7209dc0d267 Mon Sep 17 00:00:00 2001 From: Noel Miller Date: Tue, 23 Apr 2024 10:49:34 -0500 Subject: [PATCH] fix(ci): Add ISO workflow for building latest --- ...ild-bluefin-iso.yml => build-bluefin-gts-iso.yml} | 6 +++--- .github/workflows/build-bluefin-latest-iso.yml | 12 ++++++++++++ 2 files changed, 15 insertions(+), 3 deletions(-) rename .github/workflows/{build-bluefin-iso.yml => build-bluefin-gts-iso.yml} (72%) create mode 100644 .github/workflows/build-bluefin-latest-iso.yml diff --git a/.github/workflows/build-bluefin-iso.yml b/.github/workflows/build-bluefin-gts-iso.yml similarity index 72% rename from .github/workflows/build-bluefin-iso.yml rename to .github/workflows/build-bluefin-gts-iso.yml index 1c25a2b0fd5..57eeb16b595 100644 --- a/.github/workflows/build-bluefin-iso.yml +++ b/.github/workflows/build-bluefin-gts-iso.yml @@ -1,10 +1,10 @@ -name: Bluefin ISO Build +name: Bluefin GTS ISO Build on: workflow_dispatch: jobs: - build-39: - name: Bluefin 39 + build-gts: + name: Bluefin GTS uses: ./.github/workflows/reusable-build-iso.yml secrets: inherit with: diff --git a/.github/workflows/build-bluefin-latest-iso.yml b/.github/workflows/build-bluefin-latest-iso.yml new file mode 100644 index 00000000000..2d9ce58c7bd --- /dev/null +++ b/.github/workflows/build-bluefin-latest-iso.yml @@ -0,0 +1,12 @@ +name: Bluefin Latest ISO Build +on: + workflow_dispatch: + +jobs: + build-latest: + name: Bluefin Latest + uses: ./.github/workflows/reusable-build-iso.yml + secrets: inherit + with: + brand_name: bluefin + fedora_version: 40