← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] ~tushar5526/launchpad-mojo-specs/+git/private:add-config-to-build-noble-images into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder

 

Tushar Gupta has proposed merging ~tushar5526/launchpad-mojo-specs/+git/private:add-config-to-build-noble-images into ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.

Requested reviews:
  Guruprasad (lgp171188)

For more details, see:
https://code.launchpad.net/~tushar5526/launchpad-mojo-specs/+git/private/+merge/470180
-- 
Your team Launchpad code reviewers is subscribed to branch ~launchpad/launchpad-mojo-specs/+git/private:vbuilder.
diff --git a/vbuilder/rebuild-images b/vbuilder/rebuild-images
index e30b81a..666af9b 100755
--- a/vbuilder/rebuild-images
+++ b/vbuilder/rebuild-images
@@ -24,7 +24,7 @@ targets_by_stage = {
         ("bos03", "amd64", "focal"),
         ("bos03", "amd64-gpu", "focal"),
         ("bos03", "arm64", "focal"),
-        ("bos03", "riscv64", "jammy"),
+        ("bos03", "riscv64", "noble"),
         ("lcy02", "amd64", "focal"),
         ],
     "staging": [

References