Update arch lists in build_all.sh
Remove arches not in bullseye
This commit is contained in:
parent
d131685f64
commit
f23094cdab
|
@ -40,7 +40,7 @@ if [ -z "$IMAGETARGET" ] ; then
|
||||||
IMAGETARGET="official_images"
|
IMAGETARGET="official_images"
|
||||||
fi
|
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
|
do
|
||||||
export ARCHES
|
export ARCHES
|
||||||
echo "Now we're going to build CD for $ARCHES !"
|
echo "Now we're going to build CD for $ARCHES !"
|
||||||
|
|
|
@ -3,6 +3,9 @@ debian-cd (3.1.27) UNRELEASED; urgency=medium
|
||||||
[ Samuel Thibault ]
|
[ Samuel Thibault ]
|
||||||
* Keep grub resolution in EFI boot, to avoid tiny fonts (closes: #935546).
|
* 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 <sthibault@debian.org> Fri, 23 Aug 2019 21:51:50 +0200
|
-- Samuel Thibault <sthibault@debian.org> Fri, 23 Aug 2019 21:51:50 +0200
|
||||||
|
|
||||||
debian-cd (3.1.26) unstable; urgency=medium
|
debian-cd (3.1.26) unstable; urgency=medium
|
||||||
|
|
Loading…
Reference in New Issue