M contrib/crontab => contrib/crontab +1 -0
@@ 9,6 9,7 @@
# Weekly refreshes
0 19 * * 0 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" nixos/21.11
+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
0 19 * * 2 chronic /usr/local/bin/submit_image_build -n "Weekly scheduled build image refresh" fedora/latest
A images/nixos/22.05/functions => images/nixos/22.05/functions +1 -0
@@ 0,0 1,1 @@
+../functions<
\ No newline at end of file
A images/nixos/22.05/genimg => images/nixos/22.05/genimg +3 -0
@@ 0,0 1,3 @@
+#!/bin/sh
+export release=22.05
+exec ../genimg "$@"
M images/nixos/build.yml => images/nixos/build.yml +1 -1
@@ 8,7 8,7 @@ sources:
secrets:
- fa00a8d3-7b63-42d5-8060-3bb31c3e3018
environment:
- release: "21.11"
+ release: "22.05"
arch: x86_64
slaves:
- deploy@azusa.runners.sr.ht
M images/nixos/latest => images/nixos/latest +1 -1
@@ 1,1 1,1 @@
-21.11>
\ No newline at end of file
+22.05<
\ No newline at end of file