From 4ac61adfff7ebf72801761c2168f79784cc02e66 Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Mon, 6 May 2019 16:03:40 -0700 Subject: [PATCH] Add ubuntu/cosmic + ubuntu/disco releases (#201) --- Makefile.release | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.release b/Makefile.release index c1fee657..ef764818 100644 --- a/Makefile.release +++ b/Makefile.release @@ -15,7 +15,9 @@ PACKAGECLOUD_DEB_DISTROS := \ debian/stretch \ ubuntu/trusty \ ubuntu/xenial \ - ubuntu/bionic + ubuntu/bionic \ + ubuntu/cosmic \ + ubuntu/disco PACKAGECLOUD_RPM_DISTROS := \ fedora/27 \