Merge pull request #5520 from ivaradi/add-lunar

Add Ubuntu Lunar
This commit is contained in:
Matthieu Gallien 2023-03-14 17:14:37 +01:00 committed by GitHub
commit 60968de50d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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="jammy kinetic"
UBUNTU_DISTRIBUTIONS="jammy kinetic lunar"
DEBIAN_DISTRIBUTIONS="bullseye testing"
fi