Drop FreeBSD 12.x

FreeBSD 12.x is EOL, and doesn't build anymore:
https://builds.sr.ht/~sircmpwn/job/1126421
This commit is contained in:
Simon Ser 2024-01-03 19:22:36 +00:00
parent 224f51e8a9
commit 054233a7d2
3 changed files with 0 additions and 5 deletions

View File

@ -15,7 +15,6 @@
30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable
0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/38
30 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/testing
0 19 * * 3 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 freebsd/12.x
30 19 * * 3 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a x86_64 rockylinux/8
0 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 ubuntu/lts
30 19 * * 4 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/latest

View File

@ -1 +0,0 @@
../functions

View File

@ -1,3 +0,0 @@
#!/bin/sh
export release="12.4-RELEASE"
exec ../genimg "$@"