Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com>
---
tests/Makefile.ci.inc | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/tests/Makefile.ci.inc b/tests/Makefile.ci.inc
index 9deee91fd0..37f1455d03 100644
--- a/tests/Makefile.ci.inc
+++ b/tests/Makefile.ci.inc
@@ -104,7 +104,7 @@ cihelp:
@echo " cicheck-\$$IMAGE - run a 'make check'"
@echo " cishell-\$$IMAGE - run an interactive shell"
@echo
- @echo "Available container images:"
+ @echo "Available x86 native container images:"
@echo
@echo " centos-7"
@echo " debian-8"
@@ -116,6 +116,17 @@ cihelp:
@echo " ubuntu-16"
@echo " ubuntu-18"
@echo
+ @echo "Available cross-compiler container images:"
+ @echo
+ @echo " cross-arm64"
+ @echo " cross-armel"
+ @echo " cross-armhf"
+ @echo " cross-mips64el"
+ @echo " cross-mips"
+ @echo " cross-mipsel"
+ @echo " cross-ppc64el"
+ @echo " cross-s390x"
+ @echo
@echo "Available make variables:"
@echo
@echo " CLEAN=0 - do not delete '$(HERE)/citree' after
completion"
--
2.20.1