File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -54,6 +54,8 @@ const ON_PREM_RELEASES = new Map([
5454 [ 'centos-10' , 'CentOS Stream 10' ] ,
5555 [ 'fedora-41' , 'Fedora Linux 41' ] ,
5656 [ 'fedora-42' , 'Fedora Linux 42' ] ,
57+ [ 'fedora-43' , 'Fedora Linux 43' ] ,
58+ [ 'fedora-44' , 'Fedora Linux 44' ] ,
5759 [ 'rhel-10' , 'Red Hat Enterprise Linux (RHEL) 10' ] ,
5860] ) ;
5961
Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ export const CENTOS_9 = 'centos-9';
6363export const CENTOS_10 = 'centos-10' ;
6464export const FEDORA_41 = 'fedora-41' ;
6565export const FEDORA_42 = 'fedora-42' ;
66+ export const FEDORA_43 = 'fedora-43' ;
67+ export const FEDORA_44 = 'fedora-44' ;
6668export const X86_64 = 'x86_64' ;
6769export const AARCH64 = 'aarch64' ;
6870
@@ -102,6 +104,8 @@ export const ON_PREM_RELEASES = new Map([
102104 [ CENTOS_10 , 'CentOS Stream 10' ] ,
103105 [ FEDORA_41 , 'Fedora Linux 41' ] ,
104106 [ FEDORA_42 , 'Fedora Linux 42' ] ,
107+ [ FEDORA_43 , 'Fedora Linux 43' ] ,
108+ [ FEDORA_44 , 'Fedora Linux 44' ] ,
105109 [ RHEL_10 , 'Red Hat Enterprise Linux (RHEL) 10' ] ,
106110] ) ;
107111
You can’t perform that action at this time.
0 commit comments