mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-30 04:34:27 +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)
|
ifeq ($(ARCH), s390x)
|
||||||
default:
|
default:
|
||||||
@echo "s390x not support currently"
|
@echo "s390x is not currently supported"
|
||||||
exit 0
|
exit 0
|
||||||
test:
|
test:
|
||||||
@echo "s390x not support currently"
|
@echo "s390x is not currently supported"
|
||||||
exit 0
|
exit 0
|
||||||
else ifeq ($(ARCH), powerpc64le)
|
else ifeq ($(ARCH), powerpc64le)
|
||||||
default:
|
default:
|
||||||
|
Loading…
Reference in New Issue
Block a user