Skip to content

Commit

Permalink
s390x: fix image mislabel in cni, typha and kube-controllers
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Feng Huo <huoqif@cn.ibm.com>
  • Loading branch information
huoqifeng committed Feb 9, 2023
1 parent 0c85b95 commit 928df44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib.Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ endif
ifeq ($(ARCH),ppc64le)
TARGET_PLATFORM=--platform=linux/ppc64le
endif
ifeq ($(ARCH),s390x)
TARGET_PLATFORM=--platform=linux/s390x
endif

# DOCKER_BUILD is the base build command used for building all images.
DOCKER_BUILD=docker buildx build --pull \
Expand Down

0 comments on commit 928df44

Please sign in to comment.