Skip to content

Commit 4f6c141

Browse files
author
Ruben Novelli
committed
Update to multi
1 parent 70536a6 commit 4f6c141

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.tekton/jboss-eap81-openjdk21-runtime-pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ spec:
3131
- name: build-platforms
3232
value:
3333
- linux/x86_64
34+
- linux/arm64
35+
- linux/ppc64le
36+
- linux/s390x
3437
- name: dockerfile
3538
value: Dockerfile
3639
- name: path-context
@@ -114,6 +117,9 @@ spec:
114117
type: string
115118
- default:
116119
- linux/x86_64
120+
- linux/arm64
121+
- linux/ppc64le
122+
- linux/s390x
117123
description: List of platforms to build the container images on. The available
118124
set of values is determined by the configuration of the multi-platform-controller.
119125
name: build-platforms

.tekton/jboss-eap81-openjdk21-runtime-push.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ spec:
2626
- name: build-platforms
2727
value:
2828
- linux/x86_64
29+
- linux/arm64
30+
- linux/ppc64le
31+
- linux/s390x
2932
- name: dockerfile
3033
value: Dockerfile
3134
- name: path-context
@@ -109,6 +112,9 @@ spec:
109112
type: string
110113
- default:
111114
- linux/x86_64
115+
- linux/arm64
116+
- linux/ppc64le
117+
- linux/s390x
112118
description: List of platforms to build the container images on. The available
113119
set of values is determined by the configuration of the multi-platform-controller.
114120
name: build-platforms

0 commit comments

Comments
 (0)