diff --git a/src/cloud-api-adaptor/Makefile b/src/cloud-api-adaptor/Makefile index 92c147d49..d4cb01591 100644 --- a/src/cloud-api-adaptor/Makefile +++ b/src/cloud-api-adaptor/Makefile @@ -16,6 +16,9 @@ ifeq ($(ARCH),aarch64) else ifeq ($(ARCH),s390x) TARGET_ARCH := s390x PROTOC_ARCH := s390_64 +else ifeq ($(ARCH),ppc64le) + TARGET_ARCH := ppc64le + PROTOC_ARCH := ppc64le_64 endif # Default is dev build. To create release build set RELEASE_BUILD=true