mirror of
				https://github.com/kata-containers/kata-containers.git
				synced 2025-10-31 17:37:20 +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:
		| @@ -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: | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user