From d780a53b5967b062ac48b2a2595c330ceeeb5378 Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Fri, 22 Oct 2021 19:13:45 -0700 Subject: [PATCH] crontab: Add impish --- contrib/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/crontab b/contrib/crontab index d4afdb8..6874ca6 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -19,6 +19,7 @@ 30 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/latest 0 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/13.x 30 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/hirsute + 0 19 * * 6 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/impish # Monthly 0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" ubuntu/oldlts -- 2.38.5