From 9439c76473305fd413e6408a8ad7a02e174c2f52 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 14 Mar 2021 22:30:57 +0100 Subject: manibuilder: Add more NetBSD targets Looks like these build fine. Add all the 9.1 targets to the default run. Change-Id: Ic323ced43132921d9f6f2c0d5fcf9c581afec0c7 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/c/flashrom/+/52485 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons --- util/manibuilder/Makefile.targets | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'util/manibuilder/Makefile.targets') diff --git a/util/manibuilder/Makefile.targets b/util/manibuilder/Makefile.targets index 0fe90268..13b05039 100644 --- a/util/manibuilder/Makefile.targets +++ b/util/manibuilder/Makefile.targets @@ -1,4 +1,7 @@ -ANITA_TAGS := anita\:8.2-amd64 anita\:7.1-amd64 anita\:7.1-i386 +ANITA_TAGS := \ + anita\:9.1-amd64 anita\:9.1-i386 anita\:9.1-sparc64 \ + anita\:8.2-amd64 anita\:8.2-i386 \ + anita\:7.1-amd64 anita\:7.1-i386 \ MULTIARCH_TAGS := \ centos\:7.6-armhfp-clean centos\:7.6-amd64-clean \ @@ -43,6 +46,9 @@ NATIVE_TAGS := $(call arch_filter,$(call machine_map,$(shell uname -m))) # rather arbitrary selection of images that seem to work (focus on amd64) DEFAULT_TAGS := \ + anita\:9.1-sparc64 \ + anita\:9.1-amd64 \ + anita\:9.1-i386 \ anita\:8.2-amd64 \ djgpp\:6.1.0 \ fedora\:30-aarch64 \ -- cgit v1.2.3