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