Skip to content

Commit 582b8e2

Browse files
authored
Remove ppc64le and s390x (#528)
remove ppc64le and s390x
1 parent b5b6026 commit 582b8e2

File tree

6 files changed

+4
-14
lines changed

6 files changed

+4
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- main
1212

1313
env:
14-
platforms: "linux/amd64,linux/arm64,linux/ppc64le,linux/s390x"
14+
platforms: "linux/amd64,linux/arm64"
1515

1616
concurrency:
1717
group: ${{ github.ref_name }}-ci
@@ -60,7 +60,7 @@ jobs:
6060
- name: Setup QEMU
6161
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3.6.0
6262
with:
63-
platforms: arm64,ppc64le,s390x
63+
platforms: arm64
6464
if: github.event_name != 'pull_request'
6565

6666
- name: Docker Buildx

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ docker-push: ## Push docker image with the manager.
106106
# - have enable BuildKit, More info: https://docs.docker.com/develop/develop-images/build_enhancements/
107107
# - be able to push the image for your registry (i.e. if you do not inform a valid value via IMG=<myregistry/image:<tag>> than the export will fail)
108108
# To properly provided solutions that supports more than one platform you should use this option.
109-
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
109+
PLATFORMS ?= linux/arm64,linux/amd64
110110
.PHONY: docker-buildx
111111
docker-buildx: test ## Build and push docker image for the manager for cross-platform support
112112
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile

bundle/manifests/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ metadata:
224224
categories: Monitoring, Networking
225225
certified: "true"
226226
containerImage: quay.io/nginx/nginx-ingress-operator:3.2.0
227-
createdAt: "2025-06-19T11:37:21Z"
227+
createdAt: "2025-07-14T09:46:03Z"
228228
description: The NGINX Ingress Operator is a Kubernetes/OpenShift component which
229229
deploys and manages one or more NGINX/NGINX Plus Ingress Controllers
230230
features.operators.openshift.io/cnf: "false"
@@ -245,8 +245,6 @@ metadata:
245245
labels:
246246
operatorframework.io/arch.amd64: supported
247247
operatorframework.io/arch.arm64: supported
248-
operatorframework.io/arch.ppc64le: supported
249-
operatorframework.io/arch.s390x: supported
250248
name: nginx-ingress-operator.v3.2.0
251249
namespace: placeholder
252250
spec:
@@ -435,8 +433,6 @@ spec:
435433
values:
436434
- amd64
437435
- arm64
438-
- ppc64le
439-
- s390x
440436
- key: kubernetes.io/os
441437
operator: In
442438
values:

config/default/manager_auth_proxy_patch.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ spec:
1818
values:
1919
- amd64
2020
- arm64
21-
- ppc64le
22-
- s390x
2321
- key: kubernetes.io/os
2422
operator: In
2523
values:

config/manager/manager.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ spec:
4747
values:
4848
- amd64
4949
- arm64
50-
- ppc64le
51-
- s390x
5250
- key: kubernetes.io/os
5351
operator: In
5452
values:

config/manifests/bases/nginx-ingress-operator.clusterserviceversion.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ metadata:
2626
labels:
2727
operatorframework.io/arch.amd64: supported
2828
operatorframework.io/arch.arm64: supported
29-
operatorframework.io/arch.ppc64le: supported
30-
operatorframework.io/arch.s390x: supported
3129
name: nginx-ingress-operator.v0.0.0
3230
namespace: placeholder
3331
spec:

0 commit comments

Comments
 (0)