Skip to content

Commit 6783bbe

Browse files
authored
SECENGSP-6402: Include multi arch ppc64le/s390x (#140)
Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent 9a55caa commit 6783bbe

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.tekton/nbde-tang-server-multiarch-pull-request.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ spec:
108108
- default:
109109
- linux/x86_64
110110
- linux/arm64
111+
- linux/s390x
112+
- linux/ppc64le
111113
description: List of platforms to build the container images on. The available
112114
set of values is determined by the configuration of the multi-platform-controller.
113115
name: build-platforms

.tekton/nbde-tang-server-multiarch-push.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ spec:
105105
- default:
106106
- linux/x86_64
107107
- linux/arm64
108+
- linux/ppc64le
109+
- linux/s390x
108110
description: List of platforms to build the container images on. The available
109111
set of values is determined by the configuration of the multi-platform-controller.
110112
name: build-platforms

0 commit comments

Comments
 (0)