acfl, armpl-gcc: use ubuntu-22.04 as target for Debian 12 (#45524)
This commit is contained in:
parent
553b44473f
commit
78810e95ed
@ -23,6 +23,7 @@
|
||||
_os_map = {
|
||||
"ubuntu20.04": "Ubuntu-20.04",
|
||||
"ubuntu22.04": "Ubuntu-22.04",
|
||||
"debian12": "Ubuntu-22.04",
|
||||
"sles15": "SLES-15",
|
||||
"centos7": "RHEL-7",
|
||||
"centos8": "RHEL-8",
|
||||
|
@ -24,6 +24,7 @@
|
||||
_os_map_before_24 = {
|
||||
"ubuntu20.04": "Ubuntu-20.04",
|
||||
"ubuntu22.04": "Ubuntu-22.04",
|
||||
"debian12": "Ubuntu-22.04",
|
||||
"sles15": "SLES-15",
|
||||
"centos7": "RHEL-7",
|
||||
"centos8": "RHEL-8",
|
||||
@ -39,6 +40,7 @@
|
||||
_os_pkg_map = {
|
||||
"ubuntu20.04": "deb",
|
||||
"ubuntu22.04": "deb",
|
||||
"debian12": "deb",
|
||||
"sles15": "rpm",
|
||||
"centos7": "rpm",
|
||||
"centos8": "rpm",
|
||||
|
Loading…
Reference in New Issue
Block a user