mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-25 03:02:17 +00:00
CCv0: 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>
(cherry picked from commit c071355359
)
This commit is contained in:
parent
4eb4564a5e
commit
4aac40b92a
@ -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