Skip to content

Commit

Permalink
fix(ci): Add ISO workflow for Bluefin for building latest (#1190)
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmiller authored Apr 23, 2024
1 parent 21f6e2c commit 5b76ec7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
12 changes: 12 additions & 0 deletions .github/workflows/build-bluefin-latest-iso.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5b76ec7

Please sign in to comment.