From 982a6cf23e2cac261397f71f9d21cc30e1db4975 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Thu, 21 Nov 2024 12:30:03 -0500 Subject: [PATCH] runvm-osbuild: checkpoint deployed-tree pipeline The `build` pipeline was renamed to `deployed-tree` in 3a91ec2 and this should have been updated in that commit as well. --- src/runvm-osbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runvm-osbuild b/src/runvm-osbuild index 0d9f167dd3..b70e8731c3 100755 --- a/src/runvm-osbuild +++ b/src/runvm-osbuild @@ -117,7 +117,7 @@ osbuild \ --out "$outdir" \ --store "$storedir" \ --cache-max-size 14GiB \ - --checkpoint build \ + --checkpoint deployed-tree \ --checkpoint tree \ --checkpoint raw-image \ ${platforms[@]/#/--export=} \