aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-09-02 22:41:09 -0400
committerRob Austein <sra@hactrn.net>2019-09-02 22:41:09 -0400
commitc97d257280100f405186c69b6b811aa9d8ad73d1 (patch)
treeca58f4e23fa95099fe74caa973f09c3b3b29283c
parent7d581533756031fec4189a9ea633a734a4f771e6 (diff)
Add armhf and Debian Buster, drop Debian Stretch.
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3666b5f..36b4598 100644
--- a/Makefile
+++ b/Makefile
@@ -41,8 +41,8 @@ REPO_UMASK := 002
# Debian clean-room package builder setup
PBUILDER_BASE := ${HOME}/pbuilder
-PBUILDER_DISTS := debian/jessie debian/stretch ubuntu/xenial ubuntu/bionic
-PBUILDER_TARGETS := $(foreach D,${PBUILDER_DISTS}, ${D}/i386 ${D}/amd64)
+PBUILDER_DISTS := debian/stretch debian/buster ubuntu/xenial ubuntu/bionic
+PBUILDER_TARGETS := $(foreach D,${PBUILDER_DISTS}, ${D}/i386 ${D}/amd64 ${D}/armhf)
# Where we upload the final results (if we do)