diff options
author | Nico Huber <nico.h@gmx.de> | 2022-08-24 10:46:57 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-09-27 13:50:22 +0000 |
commit | 2b56399b7743aec7c944b3da4e728319ea52d31b (patch) | |
tree | cf37dfeb97c42d7029b9e40f2a572f9f641497df /util | |
parent | a567559f68ac39f102d276b805c9cf47a2f98fd4 (diff) | |
download | flashrom-2b56399b7743aec7c944b3da4e728319ea52d31b.tar.gz flashrom-2b56399b7743aec7c944b3da4e728319ea52d31b.tar.bz2 flashrom-2b56399b7743aec7c944b3da4e728319ea52d31b.zip |
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>
Diffstat (limited to 'util')
-rw-r--r-- | util/manibuilder/Makefile.targets | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index f372f10ce..5bde7d5f9 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, \ |