aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2019-09-03 00:49:58 -0400
committerRob Austein <sra@hactrn.net>2019-09-03 00:49:58 -0400
commit535d42e80606b669a5721fe3ba938e292809edf3 (patch)
tree1c449f24f6c676a5331ab89035c82e15fbd0d769
parentc97d257280100f405186c69b6b811aa9d8ad73d1 (diff)
armhf only on Debian, not on Ubuntu
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 36b4598..8bb8788 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/stretch debian/buster ubuntu/xenial ubuntu/bionic
-PBUILDER_TARGETS := $(foreach D,${PBUILDER_DISTS}, ${D}/i386 ${D}/amd64 ${D}/armhf)
+PBUILDER_TARGETS := $(foreach D,debian/stretch debian/buster,${D}/i386 ${D}/amd64 ${D}/armhf) \
+ $(foreach D,ubuntu/xenial ubuntu/bionic,${D}/i386 ${D}/amd64)
# Where we upload the final results (if we do)