From f23094cdab2baaab05039dc0afcd3cbf8464fdcb Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Mon, 2 Sep 2019 16:50:35 +0100 Subject: [PATCH] Update arch lists in build_all.sh Remove arches not in bullseye --- build_all.sh | 2 +- debian/changelog | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build_all.sh b/build_all.sh index 87d938dc..8486f37e 100755 --- a/build_all.sh +++ b/build_all.sh @@ -40,7 +40,7 @@ if [ -z "$IMAGETARGET" ] ; then IMAGETARGET="official_images" fi -for ARCHES in i386 amd64 armel armhf arm64 mips mipsel powerpc ppc64el s390x kfreebsd-amd64 kfreebsd-i386 source +for ARCHES in i386 amd64 armel armhf arm64 mipsel ppc64el s390x source do export ARCHES echo "Now we're going to build CD for $ARCHES !" diff --git a/debian/changelog b/debian/changelog index e679e51f..224f1e04 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ debian-cd (3.1.27) UNRELEASED; urgency=medium [ Samuel Thibault ] * Keep grub resolution in EFI boot, to avoid tiny fonts (closes: #935546). + [ Steve McIntyre ] + * Update arch lists in build_all.sh, remove arches not in bullseye + -- Samuel Thibault Fri, 23 Aug 2019 21:51:50 +0200 debian-cd (3.1.26) unstable; urgency=medium