From e3a516ae9781fc46f20299c96fe578253d5bd8bf Mon Sep 17 00:00:00 2001 From: Haowen Liu Date: Sat, 1 Jan 2022 23:21:40 -0800 Subject: [PATCH] crontab: fix ubuntu/oldlts arch --- contrib/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/crontab b/contrib/crontab index 23f4306..165327b 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -23,7 +23,7 @@ 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 +0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts 0 18 2 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/older 0 18 3 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" alpine/oldest 0 18 4 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" fedora/34 -- 2.38.5