Skip to content

Commit

Permalink
feat: aurora and bluefin iso build workflows (#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
m2Giles authored Apr 10, 2024
1 parent 7db1d97 commit 8ac022b
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-aurora-iso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Aurora ISO Build
on:
workflow_dispatch:

jobs:
build-38:
name: Aurora 38
uses: ./.github/workflows/reusable-build-iso.yml
secrets: inherit
with:
brand_name: aurora
fedora_version: 38
build-39:
name: Aurora 39
uses: ./.github/workflows/reusable-build-iso.yml
secrets: inherit
with:
brand_name: aurora
fedora_version: 39
19 changes: 19 additions & 0 deletions .github/workflows/build-bluefin-iso.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Bluefin ISO Build
on:
workflow_dispatch:

jobs:
build-38:
name: Bluefin 38
uses: ./.github/workflows/reusable-build-iso.yml
secrets: inherit
with:
brand_name: bluefin
fedora_version: 38
build-39:
name: Bluefin 39
uses: ./.github/workflows/reusable-build-iso.yml
secrets: inherit
with:
brand_name: bluefin
fedora_version: 39
1 change: 1 addition & 0 deletions .github/workflows/reusable-build-iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
image_flavor: surface-nvidia
# Don't build version 40 yet
- fedora_version: 40

steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/[email protected]
Expand Down

0 comments on commit 8ac022b

Please sign in to comment.