Update Ubuntu EOL/LTS (#27728)

This commit is contained in:
Hamish Willee
2026-06-24 11:03:48 +10:00
committed by GitHub
parent 6cc16ff251
commit 41c6dcaf70

View File

@@ -10,8 +10,11 @@ The environment includes:
The build toolchain for other flight controllers, simulators, and working with ROS are discussed in the [Other Targets](#other-targets) section below.
::: info
PX4 targets the **current Ubuntu LTS** (24.04) for CI and release builds, with the **previous LTS** (22.04) also supported.
Older Ubuntu versions are not supported and may not work.
The current CI and release target is **Ubuntu 24.04**, with build tests also run on **Ubuntu 22.04**.
Ubuntu 26.04 is not yet supported.
More generally, PX4 supports all currently active Ubuntu LTS releases, dropping versions when they reach end-of-life.
Support for a new LTS release is added once it provides the toolchain packages required by CI — including the ability to build for hardware targets and run SIH-based integration tests.
:::
## Simulation and NuttX (Pixhawk) Targets