mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
runtime-rs: Improve s390x error message
Nothing much to add, let's just make the message more clear. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
4e2db96ef7
commit
c071355359
@ -23,10 +23,10 @@ ARCH_FILE = $(ARCH_DIR)/$(ARCH)$(ARCH_FILE_SUFFIX)
|
||||
|
||||
ifeq ($(ARCH), s390x)
|
||||
default:
|
||||
@echo "s390x not support currently"
|
||||
@echo "s390x is not currently supported"
|
||||
exit 0
|
||||
test:
|
||||
@echo "s390x not support currently"
|
||||
@echo "s390x is not currently supported"
|
||||
exit 0
|
||||
else ifeq ($(ARCH), powerpc64le)
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user