fix(cdn): route Ubuntu 26.04 to resolute
This commit is contained in:
parent
77a2f1f04a
commit
e9ff0582aa
1 changed files with 10 additions and 0 deletions
|
|
@ -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',
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue