Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/66997 )
Change subject: manibuilder/fedora: Add newer image tags ......................................................................
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 --- M util/manibuilder/Makefile.targets 1 file changed, 25 insertions(+), 5 deletions(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index d24c3c0..d4ad1b6 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -7,12 +7,16 @@ 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))) \