Skip to content

Commit

Permalink
Build single architecture for builds 1.1 (#259)
Browse files Browse the repository at this point in the history
Changes:
- Remove all build architecture except linux/x86_64
  • Loading branch information
sayan-biswas authored Nov 11, 2024
2 parents 129ab7b + 8f2201b commit 0036281
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 36 deletions.
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-controller-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-controller-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-git-cloner-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-git-cloner-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-image-bundler-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-image-bundler-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-image-processing-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-image-processing-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-waiter-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-waiter-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-webhook-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down
3 changes: 0 additions & 3 deletions .tekton/openshift-builds-webhook-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,6 @@ spec:
type: string
- default:
- linux/x86_64
- linux/arm64
- linux/ppc64le
- linux/s390x
description: List of platforms to build the container images on. The available
set of values is determined by the configuration of the multi-platform-controller.
name: build-platforms
Expand Down

0 comments on commit 0036281

Please sign in to comment.