mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-01 13:14:33 +00:00
runtime-rs: Don't try to build on Power
As done for s390x, let's just skip the runtime-rs build for Power. Fixes: #6142 Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
b29cbbfd2c
commit
4e2db96ef7
@ -28,6 +28,13 @@ default:
|
|||||||
test:
|
test:
|
||||||
@echo "s390x not support currently"
|
@echo "s390x not support currently"
|
||||||
exit 0
|
exit 0
|
||||||
|
else ifeq ($(ARCH), powerpc64le)
|
||||||
|
default:
|
||||||
|
@echo "PowerPC 64 LE is not currently supported"
|
||||||
|
exit 0
|
||||||
|
test:
|
||||||
|
@echo "PowerPC 64 LE is not currently supported"
|
||||||
|
exit 0
|
||||||
else
|
else
|
||||||
##TARGET default: build code
|
##TARGET default: build code
|
||||||
default: runtime show-header
|
default: runtime show-header
|
||||||
|
Loading…
Reference in New Issue
Block a user