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: confidential-containers#1342

Signed-off-by: Amulyam24 <[email protected]>
  • Loading branch information
Amulyam24 authored and Yan Song Liu committed Nov 9, 2023
1 parent c350bc9 commit 5729c2c
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 5729c2c

Please sign in to comment.