Skip to content

Commit 167356f

Browse files
authored
Merge pull request bpfman#200 from msherif1234/disable_s390x
disable s390x arch in build pipelines
2 parents 8b676a7 + 0b13ec6 commit 167356f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.tekton/ocp-bpfman-agent-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- localhost
5353
- linux/arm64
5454
- linux/ppc64le
55-
- linux/s390x
55+
#- linux/s390x
5656
pipelineRef:
5757
name: build-pipeline
5858
taskRunTemplate: {}

.tekton/ocp-bpfman-agent-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- localhost
5151
- linux/arm64
5252
- linux/ppc64le
53-
- linux/s390x
53+
#- linux/s390x
5454
pipelineRef:
5555
name: build-pipeline
5656
taskRunTemplate: {}

.tekton/ocp-bpfman-operator-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ spec:
5252
- localhost
5353
- linux/arm64
5454
- linux/ppc64le
55-
- linux/s390x
55+
#- linux/s390x
5656
pipelineRef:
5757
name: build-pipeline
5858
taskRunTemplate: {}

.tekton/ocp-bpfman-operator-push.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ spec:
5050
- localhost
5151
- linux/arm64
5252
- linux/ppc64le
53-
- linux/s390x
53+
#- linux/s390x
5454
pipelineRef:
5555
name: build-pipeline
5656
taskRunTemplate: {}

0 commit comments

Comments
 (0)