Skip to content

Commit eb0dc94

Browse files
authored
Merge pull request git-lfs#4794 from bk2204/os-version-update
script/packagecloud: update for latest distros
2 parents 046847c + e952242 commit eb0dc94

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

script/packagecloud.rb

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@
4545
],
4646
"centos/8" => [
4747
"el/8",
48-
"fedora/32",
49-
"fedora/33",
5048
"fedora/34",
49+
"fedora/35",
5150
],
5251
# Debian EOL https://wiki.debian.org/LTS/
5352
# Ubuntu EOL https://wiki.ubuntu.com/Releases
@@ -65,13 +64,15 @@
6564
"debian/buster",
6665
"linuxmint/ulyana", # EOL April 2025
6766
"linuxmint/ulyssa", # EOL April 2025
67+
"linuxmint/uma", # EOL April 2025
6868
"ubuntu/focal", # EOL April 2025
69-
"ubuntu/groovy", # EOL July 2021
7069
"ubuntu/hirsute", # EOL January 2022
7170
],
7271
"debian/11" => [
7372
"debian/bullseye", # Current stable
74-
"debian/bookworm", # Current testing
73+
"debian/bookworm", # Current testing
74+
"ubuntu/impish", # EOL July 2022
75+
"ubuntu/jammy", # EOL April 2027
7576
]
7677
}
7778

0 commit comments

Comments
 (0)