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

manibuilder/ubuntu: Add newer image tags

Add tags for the latest LTS releases Focal Fossa and Jammy Jellyfish.
Only i386 is left behind because it lacks some packages.

Change-Id: I81ab0401c8d69b594fa0db305b4f675f4f08a895
Signed-off-by: Nico Huber <nico.h@gmx.de>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/67011
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:48:44 +02:00 committed by Felix Singer
parent 2b56399b77
commit 4b62d8d94c

View File

@ -23,7 +23,10 @@ MULTIARCH_TAGS := \
$(foreach a,arm64 mips, \
$(foreach v,buster stretch, \
debian-debootstrap\:$(a)-$(v))) \
$(foreach a,ppc64el arm64 armhf amd64 i386, \
$(foreach a,ppc64el arm64 armhf amd64, \
$(foreach v,jammy focal bionic xenial, \
ubuntu-debootstrap\:$(a)-$(v))) \
$(foreach a,i386, \
$(foreach v,bionic xenial, \
ubuntu-debootstrap\:$(a)-$(v))) \
ubuntu-debootstrap\:powerpc-xenial \