diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-07-19 09:08:46 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 09:08:46 -0400 |
commit | 1efe6b8c41082fca68a6c408a854b25991814d65 (patch) | |
tree | bb3db31e2989cd9e7d75065a33e9a94d4765ff9d /scripts-dev | |
parent | Bash script for creating multiple stream writers (#13271) (diff) | |
download | synapse-1efe6b8c41082fca68a6c408a854b25991814d65.tar.xz |
Stop building Ubuntu 21.10 (Impish Indri) which is end of life. (#13326)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts-dev/build_debian_packages.py b/scripts-dev/build_debian_packages.py index 38564893e9..cd2e64b75f 100755 --- a/scripts-dev/build_debian_packages.py +++ b/scripts-dev/build_debian_packages.py @@ -26,7 +26,6 @@ DISTS = ( "debian:bookworm", "debian:sid", "ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14) - "ubuntu:impish", # 21.10 (EOL 2022-07) "ubuntu:jammy", # 22.04 LTS (EOL 2027-04) ) |