Skip to content

Commit 29af792

Browse files
surbhat1595silvakid
authored andcommitted
Add support for Ubuntu21.10
1 parent 687b0a9 commit 29af792

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packaging/deb-in/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ ELSEIF(DEB_CODENAME STREQUAL "focal")
100100
SET (DEB_PLATFORMRELEASE "ubuntu20.04")
101101
ELSEIF(DEB_CODENAME STREQUAL "hirsute")
102102
SET (DEB_PLATFORMRELEASE "ubuntu21.04")
103+
ELSEIF(DEB_CODENAME STREQUAL "impish")
104+
SET (DEB_PLATFORMRELEASE "ubuntu21.10")
103105
ELSE()
104106
MESSAGE(STATUS
105107
"Skipping deb packaging on unsupported platform ${DEB_CODENAME}.")

0 commit comments

Comments
 (0)