Skip to content

Commit 9ef46f8

Browse files
committed
script/packagecloud: add several distros
Add several missing distributions that we can upload packages for, including new versions of OpenSUSE, SLES, Fedora, and Linux Mint.
1 parent 9704399 commit 9ef46f8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

script/packagecloud.rb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@
3333
# opensuse https://en.opensuse.org/Lifetime
3434
# or https://en.wikipedia.org/wiki/OpenSUSE_version_history
3535
"opensuse/15.3", # EOL 2022-12
36+
"opensuse/15.4",
3637
# SLES EOL https://www.suse.com/lifecycle/
37-
"sles/12.3", # LTSS ends 30 Jun 2022
3838
"sles/12.4",
3939
"sles/12.5",
40-
"sles/15.3", # Current
40+
"sles/12.5",
41+
"sles/15.3",
42+
"sles/15.4", # Current
4143
],
4244
"centos/8" => [
4345
"el/8",
@@ -46,6 +48,7 @@
4648
],
4749
"rocky/9" => [
4850
"el/9",
51+
"fedora/36",
4952
],
5053
# Debian EOL https://wiki.debian.org/LTS/
5154
# Ubuntu EOL https://wiki.ubuntu.com/Releases
@@ -72,6 +75,7 @@
7275
"debian/bookworm", # Current testing
7376
"ubuntu/impish", # EOL July 2022
7477
"ubuntu/jammy", # EOL April 2027
78+
"linuxmint/vanessa",# EOL April 2027
7579
]
7680
}
7781

0 commit comments

Comments
 (0)