From 2b56399b7743aec7c944b3da4e728319ea52d31b Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Wed, 24 Aug 2022 10:46:57 +0200 Subject: 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 Reviewed-on: https://review.coreboot.org/c/flashrom/+/67010 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Felix Singer --- util/manibuilder/Makefile.targets | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index f372f10c..5bde7d5f 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -17,7 +17,10 @@ MULTIARCH_TAGS := \ $(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, \ -- cgit v1.2.3