chunking-signing-daily #17

Merged
eriq12 merged 3 commits from chunking-signing-daily into main 2025-06-19 00:02:03 -04:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 777bcbdb24 - Show all commits

View File

@@ -28,3 +28,4 @@ jobs:
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
rechunk: true

View File

@@ -2,7 +2,7 @@ name: bluebuild
on:
schedule:
- cron:
"00 06 * * 1" # build at 06:00 UTC every Monday
"00 06 * * *" # build at 06:00 UTC every Monday
# (20 minutes after last ublue images start building)
push:
branches:
@@ -42,3 +42,4 @@ jobs:
# enabled by default, disable if your image is small and you want faster builds
maximize_build_space: true
rechunk: true