From 782f1c1d4b5d39d2e2a65f4af2821eb2bd69fb5f Mon Sep 17 00:00:00 2001 From: andyzhangx Date: Sun, 27 Feb 2022 02:41:52 +0000 Subject: [PATCH] feat: add ppc64le arch support --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 607d902c..819aaeca 100644 --- a/Makefile +++ b/Makefile @@ -48,8 +48,8 @@ E2E_HELM_OPTIONS += ${EXTRA_HELM_OPTIONS} # Output type of docker buildx build OUTPUT_TYPE ?= docker -ALL_ARCH.linux = arm64 amd64 -ALL_OS_ARCH = linux-arm64 linux-arm-v7 linux-amd64 +ALL_ARCH.linux = arm64 amd64 ppc64le +ALL_OS_ARCH = linux-arm64 linux-arm-v7 linux-amd64 linux-ppc64le .EXPORT_ALL_VARIABLES: