aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fcbd30c..f846349 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ REPO_UMASK := 002
# Debian clean-room package builder setup
PBUILDER_BASE := ${HOME}/pbuilder
-PBUILDER_TARGETS := $(foreach D,debian/stretch debian/buster,${D}/i386 ${D}/amd64 ${D}/armhf) \
- $(foreach D,ubuntu/xenial ubuntu/bionic,${D}/i386 ${D}/amd64)
+PBUILDER_TARGETS := $(foreach D, debian/stretch debian/buster , ${D}/i386 ${D}/amd64 ${D}/armhf) \
+ $(foreach D, ubuntu/xenial ubuntu/bionic ubuntu/focal , ${D}/i386 ${D}/amd64)
# Where we upload the final results (if we do)