Skip to content

Commit

Permalink
webhook: add ppc64le platform support
Browse files Browse the repository at this point in the history
This PR adds ppc64le as a supported architecture for webhook image and to build and publish it.

Fixes: #1342

Signed-off-by: Amulyam24 <[email protected]>
  • Loading branch information
Amulyam24 committed Aug 23, 2023
1 parent 79197b0 commit 38ebcaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webhook/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ endif
SHELL = /usr/bin/env bash -o pipefail
.SHELLFLAGS = -ec

# Currently supported architectures are amd64/x86_64 and s390x
ARCHES ?= amd64,s390x
# Currently supported architectures are amd64/x86_64, s390x and ppc64le
ARCHES ?= amd64,s390x,ppc64le

.PHONY: all
all: build
Expand Down

0 comments on commit 38ebcaf

Please sign in to comment.