corrected debian 11 & 12 derived variants - bullseye (debian 11) and bookworm (debian 12) - for the packagecloud deployment

This commit is contained in:
Jindrich Vimr 2021-09-09 10:07:12 +02:00
parent 461f2d4cdb
commit faf970353c

@ -70,7 +70,10 @@ $distro_name_map = {
"ubuntu/hirsute", # EOL January 2022
],
"debian/11" => [
"debian/bookworm", # Current
"debian/bullseye", # Current
],
"debian/12" => [
"debian/bookworm", # Current
]
}