From bbaa5e5056f2ba7cf3c3ce1491f8ca70a91d6545 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 24 Aug 2022 00:08:04 +0200 Subject: manibuilder/fedora: Add newer image tags Also order tags by their architecture for readability. Change-Id: I68ad93ed26ae11c05b93b4d097478e471f65abc4 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/66997 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Felix Singer --- util/manibuilder/Makefile.targets | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'util/manibuilder/Makefile.targets') diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index d24c3c02..d4ad1b62 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -7,12 +7,16 @@ 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 s390x aarch64, fedora\:30-$(a)) \ - $(foreach a,x86_64 s390x ppc64le aarch64, fedora\:29-$(a)) \ - fedora\:28-armhfp \ - $(foreach a,x86_64 ppc64le aarch64, \ - $(foreach v,25 24, \ + $(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,ppc64el arm64 armhf mips mipsel amd64 i386, \ $(foreach v,sid buster stretch, \ debian-debootstrap\:$(a)-$(v))) \ -- cgit v1.2.3