From 083dec43f27520b0173fae45846eca96c8afc4cb Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Fri, 1 Dec 2023 10:48:41 +0000 Subject: [PATCH] contrib/crontab: add FreeBSD 14 --- contrib/crontab | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/crontab b/contrib/crontab index a4acea4..080483e 100644 --- a/contrib/crontab +++ b/contrib/crontab @@ -22,6 +22,7 @@ 0 19 * * 5 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/13.x 0 19 * * 6 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 openbsd/latest 30 19 * * 6 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a x86_64 rockylinux/9 + 0 19 * * 7 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/14.x # Monthly 0 18 1 * * chronic /usr/local/bin/submit_image_build -n "Monthly scheduled build image refresh" -a amd64 ubuntu/oldlts -- 2.38.5