From 7a0a745f7594f177d0a7f610f21705013e6e4fd9 Mon Sep 17 00:00:00 2001 From: Rolf Leggewie Date: Thu, 4 Sep 2025 18:10:24 +0800 Subject: [PATCH] Multipass: building on Jammy is no longer supported Building on Jammy is known to cause issues. c.f. armbian/build#8572 --- docs/Developer-Guide_Building-with-Multipass.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developer-Guide_Building-with-Multipass.md b/docs/Developer-Guide_Building-with-Multipass.md index e9c44b57..80149378 100644 --- a/docs/Developer-Guide_Building-with-Multipass.md +++ b/docs/Developer-Guide_Building-with-Multipass.md @@ -1,6 +1,6 @@ # Building with Multipass -In order to build an Armbian image from scratch, whether for development purposes or to [apply user customizations](https://docs.armbian.com/Developer-Guide_User-Configurations/) on top of a base image, a build environment is required. Per the Armbian documentation, Ubuntu 22.04 is [the officially supported](https://docs.armbian.com/Developer-Guide_Build-Preparation/) build platform. +In order to build an Armbian image from scratch, whether for development purposes or to [apply user customizations](https://docs.armbian.com/Developer-Guide_User-Configurations/) on top of a base image, a build environment is required. Per the Armbian documentation, Ubuntu 24.04 is [the officially supported](https://docs.armbian.com/Developer-Guide_Build-Preparation/) build platform. [Multipass](https://multipass.run/) that is designed for quick and painless provisioning of Ubuntu VMs.