diff options
author | Gary Kim <gary@garykim.dev> | 2020-07-18 03:38:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-17 15:38:41 -0400 |
commit | f2af3e4fc550e7e93be1b0f425c3e9c484b96293 (patch) | |
tree | 19624ad4c0f1aae99ec1e60c99c7016d75dfaeed /scripts-dev | |
parent | Fix the trace function for async functions. (#7872) (diff) | |
download | synapse-f2af3e4fc550e7e93be1b0f425c3e9c484b96293.tar.xz |
Remove Ubuntu Eoan that is now EOL (#7888)
Diffstat (limited to 'scripts-dev')
-rwxr-xr-x | scripts-dev/build_debian_packages | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages index e6f4bd1dca..d055cf3287 100755 --- a/scripts-dev/build_debian_packages +++ b/scripts-dev/build_debian_packages @@ -24,7 +24,6 @@ DISTS = ( "debian:sid", "ubuntu:xenial", "ubuntu:bionic", - "ubuntu:eoan", "ubuntu:focal", ) |