Felix Singer has submitted this change. ( https://review.coreboot.org/c/flashrom/+/67011 )
Change subject: manibuilder/ubuntu: Add newer image tags ......................................................................
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 --- M util/manibuilder/Makefile.targets 1 file changed, 21 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Felix Singer: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index 5bde7d5..ec4bdfa 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -23,7 +23,10 @@ $(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 \