Skip to content

Commit 54395f4

Browse files
add new platform
1 parent 6e2e879 commit 54395f4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.tekton/universal-image-py312-cuda128-torch280-pull-request.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ spec:
106106
VMs
107107
name: privileged-nested
108108
type: string
109+
- name: build-platforms
110+
default:
111+
- linux-extra-fast/amd64
112+
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.
109113
results:
110114
- description: ""
111115
name: IMAGE_URL
@@ -193,6 +197,8 @@ spec:
193197
value: $(params.output-image)
194198
- name: DOCKERFILE
195199
value: $(params.dockerfile)
200+
- name: PLATFORM
201+
value: linux-extra-fast/amd64
196202
- name: CONTEXT
197203
value: $(params.path-context)
198204
- name: HERMETIC

.tekton/universal-image-py312-cuda128-torch280-push.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ spec:
103103
VMs
104104
name: privileged-nested
105105
type: string
106+
- name: build-platforms
107+
default:
108+
- linux-extra-fast/amd64
109+
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.
106110
results:
107111
- description: ""
108112
name: IMAGE_URL
@@ -190,6 +194,8 @@ spec:
190194
value: $(params.output-image)
191195
- name: DOCKERFILE
192196
value: $(params.dockerfile)
197+
- name: PLATFORM
198+
value: linux-extra-fast/amd64
193199
- name: CONTEXT
194200
value: $(params.path-context)
195201
- name: HERMETIC

0 commit comments

Comments
 (0)