Skip to content

Commit

Permalink
runvm-osbuild: checkpoint deployed-tree pipeline
Browse files Browse the repository at this point in the history
The `build` pipeline was renamed to `deployed-tree` in 3a91ec2
and this should have been updated in that commit as well.
  • Loading branch information
dustymabe authored and jlebon committed Nov 21, 2024
1 parent f3bef57 commit 982a6cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runvm-osbuild
Original file line number Diff line number Diff line change
Expand Up @@ -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=} \
Expand Down

0 comments on commit 982a6cf

Please sign in to comment.