Skip to content

Commit

Permalink
Merge pull request #290 from andyzhangx/ppc64le
Browse files Browse the repository at this point in the history
feat: add ppc64le arch support
  • Loading branch information
andyzhangx authored Feb 27, 2022
2 parents 238f543 + 782f1c1 commit 13a7de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 13a7de6

Please sign in to comment.