fix(cdn): route Ubuntu 26.04 to resolute

This commit is contained in:
Patrick Schratz 2026-08-30 12:19:00 +00:00
commit e9ff0582aa
No known key found for this signature in database
GPG key ID: 62050D5BC68AB6DC

View file

@ -59,6 +59,7 @@ const RHEL_REGEX = /(almalinux|rocky)[^\d]*(\d+)/i;
const UBUNTU_REGEX = /Ubuntu ([\d.]+)/i;
const UBUNTU_CODENAMES: Record<string, string> = {
'26.04': 'resolute',
'24.04': 'noble',
'22.04': 'jammy',
};