Skip to content

Commit

Permalink
Merge pull request #7315 from huoqifeng/fixmislabel
Browse files Browse the repository at this point in the history
s390x: fix image mislabel in cni, typha and kube-controllers
  • Loading branch information
mgleung committed Feb 9, 2023
2 parents 0c1e388 + 928df44 commit 4028d93
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 4028d93

Please sign in to comment.