|
1 | | -supported_dists_x86_64 = {'redhat' : ['7', '8', '9'], # Rhel |
2 | | - 'rhel' : ['7', '8', '9'], # Rhel |
| 1 | +supported_dists_x86_64 = {'redhat' : ['7', '8', '9', '10'], # Rhel |
3 | 2 | 'centos' : ['7', '8'], # CentOS |
4 | | - 'red hat' : ['7', '8', '9'], # Oracle, RHEL |
5 | 3 | 'oracle' : ['7', '8', '9'], # Oracle |
6 | 4 | 'ol' : ['7', '8', '9'], # Oracle Linux |
7 | 5 | 'debian' : ['9', '10', '11', '12'], # Debian |
|
15 | 13 | 'amzn' : ['2', '2023'] # Amazon Linux 2 |
16 | 14 | } |
17 | 15 |
|
18 | | -supported_dists_aarch64 = {'red hat' : ['8'], # Rhel |
19 | | - 'redhat' : ['8'], # Rhel |
| 16 | +supported_dists_aarch64 = {'redhat' : ['8', '9', '10'], # Rhel |
20 | 17 | 'ubuntu' : ['18.04', '20.04', '22.04', '24.04'], # Ubuntu |
21 | 18 | 'alma' : ['8'], # Alma |
22 | 19 | 'centos' : ['7'], # CentOS |
|
0 commit comments