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

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>
This commit is contained in:
Nico Huber 2022-08-24 10:46:57 +02:00 committed by Felix Singer
parent a567559f68
commit 2b56399b77

View File

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