diff options
author | Nico Huber <nico.h@gmx.de> | 2022-08-24 10:48:44 +0200 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2022-09-27 13:50:28 +0000 |
commit | 4b62d8d94c15cea78451862a67b26257355a02f9 (patch) | |
tree | d9898a01c1825dabef14f98989f5a1b4b5d0fb20 /util/manibuilder | |
parent | 2b56399b7743aec7c944b3da4e728319ea52d31b (diff) | |
download | flashrom-4b62d8d94c15cea78451862a67b26257355a02f9.tar.gz flashrom-4b62d8d94c15cea78451862a67b26257355a02f9.tar.bz2 flashrom-4b62d8d94c15cea78451862a67b26257355a02f9.zip |
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>
Diffstat (limited to 'util/manibuilder')
-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 5bde7d5f9..ec4bdfae4 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -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 \ |