Merge pull request #4840 from ivaradi/remove-focal

Remove Ubuntu Focal
This commit is contained in:
Matthieu Gallien 2022-09-02 11:36:53 +02:00 committed by GitHub
commit 2aa24f7107
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ if test "${DRONE_TARGET_BRANCH}" = "stable-2.6"; then
UBUNTU_DISTRIBUTIONS="bionic focal jammy kinetic"
DEBIAN_DISTRIBUTIONS="buster stretch testing"
else
UBUNTU_DISTRIBUTIONS="focal jammy kinetic"
UBUNTU_DISTRIBUTIONS="jammy kinetic"
DEBIAN_DISTRIBUTIONS="bullseye testing"
fi