nikwen

#48638: docs: fix Ubuntu version used to build Electron

Merged
Created: Oct 22, 2025, 6:53:38 PM
Merged: Oct 23, 2025, 9:45:46 AM
4 comments
Target: main

Description of Change

Looking at our build images, it seems like we build on Ubuntu 22.04 nowadays.

See https://github.com/electron/build-images/pkgs/container/build/468560753?tag=933c7d6ff6802706875270bec2e3c891cf8add3f.

It would be great if someone who knows more about our builds than me could verify that.

Checklist

Release Notes

Notes: none

Backports

38-x-y
Merged
PR Number
#48644
Merged At
Oct 27, 2025, 5:24:55 AM
Released In
Not yet
Release Date
Not yet
39-x-y
Merged
PR Number
#48643
Merged At
Oct 27, 2025, 5:23:59 AM
Released In
v39.0.0
Release Date
Oct 27, 2025, 3:16:47 PM

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron