Skip to content

Commit d533bef

Browse files
Merge branch 'kubernetes-sigs:master' into master
2 parents 0d07486 + 357207e commit d533bef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ BUILD_FLAGS = -tags osusergo,netgo \
7070
-ldflags "-s -w -extldflags=-static -X sigs.k8s.io/node-feature-discovery/pkg/version.version=$(VERSION) -X sigs.k8s.io/node-feature-discovery/pkg/utils/hostpath.pathPrefix=$(HOSTMOUNT_PREFIX)"
7171

7272
# multi-arch build with buildx
73-
IMAGE_ALL_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7
73+
IMAGE_ALL_PLATFORMS ?= linux/amd64,linux/arm64,linux/arm/v7,linux/s390x,linux/ppc64le
7474

7575
# enable buildx
7676
ensure-buildx:

scripts/test-infra/build-image-cross.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818

1919
# cross build
20-
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make image-all
20+
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64,linux/s390x,linux/ppc64le make image-all

scripts/test-infra/push-image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ fi
2929
gcloud auth configure-docker
3030

3131
# Build and push images
32-
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64 make push-all $MAKE_VARS
32+
IMAGE_ALL_PLATFORMS=linux/amd64,linux/arm64,linux/s390x,linux/ppc64le make push-all $MAKE_VARS
3333

3434
go install helm.sh/helm/v3/cmd/[email protected]
3535
go install oras.land/oras/cmd/[email protected]

0 commit comments

Comments
 (0)