Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/67010 )
Change subject: manibuilder/debian: Add Bullseye image tags ......................................................................
manibuilder/debian: Add Bullseye image tags
Add new image tags for all architectures but aarch64 and mips. Alas, the aarch64 image makes QEMU segfault atm. The mips image lacks most packages.
Change-Id: If2e58adc25412d3618a5c19a61feab44a3bf916f Signed-off-by: Nico Huber nico.h@gmx.de Reviewed-on: https://review.coreboot.org/c/flashrom/+/67010 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, 22 insertions(+), 1 deletion(-)
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 f372f10..5bde7d5 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -17,7 +17,10 @@ $(foreach v,34 33 32 31 30 29, \ fedora:$(v)-$(a))) \ fedora:28-armhfp \ - $(foreach a,ppc64el arm64 armhf mips mipsel amd64 i386, \ + $(foreach a,ppc64el armhf mipsel amd64 i386, \ + $(foreach v,bullseye buster stretch, \ + debian-debootstrap:$(a)-$(v))) \ + $(foreach a,arm64 mips, \ $(foreach v,buster stretch, \ debian-debootstrap:$(a)-$(v))) \ $(foreach a,ppc64el arm64 armhf amd64 i386, \