Add fedora/38 image and point fedora/rawhide to it

Fedora 37 is the current Fedora branched release and Rawhide is now 38.
This commit is contained in:
Maxwell G 2022-11-03 15:36:01 -05:00 committed by Drew DeVault
parent 34e43918e1
commit 1ab0ec0da4
4 changed files with 6 additions and 1 deletions

View File

@ -8,6 +8,7 @@
0 23 * * * chronic /usr/local/bin/submit_image_build -n "Daily scheduled build image refresh" guix
# Weekly refreshes
0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/37
30 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/22.05
0 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" alpine/old
30 19 * * 1 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" -a amd64 debian/stable

1
images/fedora/38/functions Symbolic link
View File

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

3
images/fedora/38/genimg Executable file
View File

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

View File

@ -1 +1 @@
37
38