manibuilder: Stop build testing oldest, EOL targets

These old targets can't compile the complete flashprog code anymore.
As they are all EOL, just remove them. As a bonus, this also reduces
our quirk handling a lot.

Change-Id: I0c1d7914e5d2bcce508ea6b8ce3a82d909081975
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.sourcearcade.org/c/flashprog/+/274
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets
index de164df..b463ba8 100644
--- a/util/manibuilder/Makefile.targets
+++ b/util/manibuilder/Makefile.targets
@@ -2,37 +2,27 @@
 	anita\:10.0-amd64 anita\:10.0-i386 \
 	anita\:9.3-amd64 anita\:9.3-i386 anita\:9.3-sparc64 \
 	anita\:8.2-amd64 anita\:8.2-i386 \
-	anita\:7.1-amd64 anita\:7.1-i386 \
 
 MULTIARCH_TAGS := \
-	centos\:7.6-armhfp-clean centos\:7.6-amd64-clean \
-	centos\:7.3-aarch64-clean centos\:7.3-amd64-clean \
-	centos\:7.2-amd64-clean \
 	$(foreach a,x86_64 aarch64, \
-	  $(foreach v,34 33 32 31 30 29 25 24, \
-	    fedora\:$(v)-$(a))) \
-	$(foreach a,ppc64le, \
-	  $(foreach v,34 33 29 25 24, \
-	    fedora\:$(v)-$(a))) \
-	$(foreach a,s390x, \
 	  $(foreach v,34 33 32 31 30 29, \
 	    fedora\:$(v)-$(a))) \
-	fedora\:28-armhfp \
+	$(foreach a,ppc64le, \
+	  $(foreach v,34 33 29, \
+	    fedora\:$(v)-$(a))) \
+	$(foreach a,s390x, \
+	  $(foreach v,34 33 32 31 29, \
+	    fedora\:$(v)-$(a))) \
 	$(foreach a,ppc64el armhf mipsel amd64 i386, \
-	  $(foreach v,bullseye buster stretch, \
+	  $(foreach v,bullseye buster, \
 	    debian-debootstrap\:$(a)-$(v))) \
 	$(foreach a,arm64 mips, \
-	  $(foreach v,buster stretch, \
-	    debian-debootstrap\:$(a)-$(v))) \
+	  debian-debootstrap\:$(a)-buster) \
 	$(foreach a,ppc64el arm64 armhf amd64, \
-	  $(foreach v,jammy focal bionic xenial, \
+	  $(foreach v,jammy focal, \
 	    ubuntu-debootstrap\:$(a)-$(v))) \
-	$(foreach a,i386, \
-	  $(foreach v,bionic xenial, \
-	    ubuntu-debootstrap\:$(a)-$(v))) \
-	ubuntu-debootstrap\:powerpc-xenial \
 	$(foreach a,aarch64 armhf amd64 i386, \
-	  $(foreach v,v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8 v3.7 v3.6, \
+	  $(foreach v,v3.14 v3.13 v3.12 v3.11 v3.10 v3.9 v3.8, \
 	    alpine\:$(a)-$(v))) \
 
 ALMALINUX_TAGS := \
@@ -59,9 +49,7 @@
 
 ALL_TAGS := $(ANITA_TAGS) $(MULTIARCH_TAGS) $(OFFICIAL_TAGS) $(OTHER_TAGS)
 
-BROKEN_TAGS := anita\:7.1-amd64 anita\:7.1-i386 \
-	       centos\:7.6-armhfp-clean \
-	       arm64v8/fedora\:35 fedora\:30-s390x fedora\:28-armhfp \
+BROKEN_TAGS := arm64v8/fedora\:35
 
 WORKING_TAGS := $(filter-out $(BROKEN_TAGS),$(ALL_TAGS))
 
@@ -100,12 +88,6 @@
 	fedora\:34-ppc64le \
 	fedora\:34-s390x \
 	fedora\:34-x86_64 \
-	centos\:7.6-amd64-clean \
-	debian-debootstrap\:amd64-stretch \
-	debian-debootstrap\:arm64-stretch \
-	debian-debootstrap\:armhf-stretch \
-	debian-debootstrap\:i386-stretch \
-	debian-debootstrap\:mipsel-stretch \
 	debian-debootstrap\:amd64-buster \
 	debian-debootstrap\:arm64-buster \
 	debian-debootstrap\:armhf-buster \
@@ -118,9 +100,6 @@
 	debian-debootstrap\:i386-bullseye \
 	debian-debootstrap\:mipsel-bullseye \
 	debian-debootstrap\:ppc64el-bullseye \
-	ubuntu-debootstrap\:amd64-bionic \
-	ubuntu-debootstrap\:arm64-bionic \
-	ubuntu-debootstrap\:i386-bionic \
 	ubuntu-debootstrap\:amd64-focal \
 	ubuntu-debootstrap\:arm64-focal \
 	ubuntu-debootstrap\:armhf-focal \