Skip to content

Commit

Permalink
Sync supported debian/ubuntu releases (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickatsegment authored May 21, 2020
1 parent 46b6731 commit f9675df
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Makefile.release
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,17 @@ ifneq (,$(findstring -,$(VERSION)))
DOCKERHUB_TAG_PREFIX := "prerelease-"
endif

# https://www.debian.org/releases/
# https://wiki.ubuntu.com/Releases
PACKAGECLOUD_DEB_DISTROS := \
debian/jessie \
debian/stretch \
debian/buster \
ubuntu/trusty \
ubuntu/xenial \
ubuntu/bionic \
ubuntu/cosmic \
ubuntu/disco
ubuntu/eoan \
ubuntu/focal

PACKAGECLOUD_RPM_DISTROS := \
fedora/27 \
Expand Down

0 comments on commit f9675df

Please sign in to comment.