Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodywatchin authored Mar 28, 2024
1 parent 1774ae2 commit efff099
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
workflow_dispatch: # allow manually triggering builds
jobs:
bluebuild:
name: Build Custom Image
name: Build myOS
runs-on: ubuntu-latest
permissions:
contents: read
Expand All @@ -21,11 +21,10 @@ jobs:
fail-fast: false # stop GH from cancelling all matrix builds if one fails
matrix:
recipe:
# !! Add your recipes here
- recipe.yml
- recipes/intel-amd/gnome.yml
steps:
# the build is fully handled by the reusable github action
- name: Build Custom Image
- name: Build myOS
uses: blue-build/[email protected]
with:
recipe: ${{ matrix.recipe }}
Expand Down

0 comments on commit efff099

Please sign in to comment.