1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-04-27 15:12:36 +02:00

manibuilder/fedora: Add newer image tags

Also order tags by their architecture for readability.

Change-Id: I68ad93ed26ae11c05b93b4d097478e471f65abc4
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/66997
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Nico Huber 2022-08-24 00:08:04 +02:00 committed by Felix Singer
parent d3b112032e
commit bbaa5e5056

View File

@ -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))) \