mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 10:35:46 +03:00
Remove Ubuntu Cosmic and Disco which are both EOL. (#7539)
This commit is contained in:
parent
9dc6f3075a
commit
b2b8699070
2 changed files with 1 additions and 2 deletions
1
changelog.d/7539.misc
Normal file
1
changelog.d/7539.misc
Normal file
|
@ -0,0 +1 @@
|
|||
Remove Ubuntu Cosmic and Disco from the list of distributions which we provide `.deb`s for, due to end-of-life.
|
|
@ -24,8 +24,6 @@ DISTS = (
|
|||
"debian:sid",
|
||||
"ubuntu:xenial",
|
||||
"ubuntu:bionic",
|
||||
"ubuntu:cosmic",
|
||||
"ubuntu:disco",
|
||||
"ubuntu:eoan",
|
||||
"ubuntu:focal",
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue