manibuilder/fedora: Add official multi-arch tags for 35, 36 and 37
Change-Id: I1ea30cb509ea1d24b0c08488ba5433b3cfe8ac4c
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom-stable/+/73472
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets
index 65749a5..eddfcb3 100644
--- a/util/manibuilder/Makefile.targets
+++ b/util/manibuilder/Makefile.targets
@@ -35,6 +35,9 @@
alpine\:$(a)-$(v))) \
OFFICIAL_TAGS := \
+ $(foreach a,ppc64le s390x arm64v8 amd64, \
+ $(foreach v,37 36 35, \
+ $(a)/fedora\:$(v))) \
$(foreach a,ppc64le mips64le s390x arm64v8 arm32v7 arm32v5 amd64 i386, \
$(foreach v,bookworm, \
$(a)/debian\:$(v))) \
@@ -48,7 +51,7 @@
BROKEN_TAGS := anita\:7.1-amd64 anita\:7.1-i386 \
centos\:7.6-armhfp-clean \
- fedora\:30-s390x fedora\:28-armhfp \
+ arm64v8/fedora\:35 fedora\:30-s390x fedora\:28-armhfp \
WORKING_TAGS := $(filter-out $(BROKEN_TAGS),$(ALL_TAGS))