Skip to content

Commit

Permalink
Merge pull request #251 from zelikos/misc-updates
Browse files Browse the repository at this point in the history
chore: Misc updates
  • Loading branch information
zelikos authored Aug 24, 2024
2 parents 34cbc81 + de1ed6a commit 4503074
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: bluebuild
on:
schedule:
- cron: "00 17 * * *" # build at 17:00 UTC every day
# (20 minutes after last ublue images start building)
- cron:
"00 06 * * *" # build at 17:00 UTC every day
# (20 minutes after last ublue images start building)
push:
branches:
- main
Expand All @@ -29,11 +30,14 @@ jobs:
# - gnome/zeliblue-deck.yml
# - gnome/zeliblue-gts.yml
steps:
# the build is fully handled by the reusable github action
# the build is fully handled by the reusable github action
- name: Build Custom Image
uses: blue-build/[email protected]
with:
recipe: ${{ matrix.recipe }}
cosign_private_key: ${{ secrets.SIGNING_SECRET }}
registry_token: ${{ github.token }}
pr_event_number: ${{ github.event.number }}

# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: false

0 comments on commit 4503074

Please sign in to comment.