Skip to content

Commit 0907c35

Browse files
authored
RHOAIENG-31670: add arm64 builds to some notebook images (#1445)
1 parent c8f5aa5 commit 0907c35

11 files changed

+13
-2
lines changed

.tekton/odh-pipeline-runtime-datascience-cpu-py312-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- linux/ppc64le
4647
- name: image-expires-after
4748
value: 5d

.tekton/odh-pipeline-runtime-minimal-cpu-py312-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- linux/ppc64le
4647
- name: image-expires-after
4748
value: 5d

.tekton/odh-workbench-codeserver-datascience-cpu-py311-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- name: image-expires-after
4647
value: 5d
4748
pipelineRef:

.tekton/odh-workbench-codeserver-datascience-cpu-py312-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- name: image-expires-after
4647
value: 5d
4748
pipelineRef:

.tekton/odh-workbench-jupyter-datascience-cpu-py311-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- linux/ppc64le
4647
- name: image-expires-after
4748
value: 5d

.tekton/odh-workbench-jupyter-datascience-cpu-py312-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- linux/ppc64le
4647
- name: image-expires-after
4748
value: 5d

.tekton/odh-workbench-jupyter-minimal-cpu-py311-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- linux/ppc64le
4647
- name: image-expires-after
4748
value: 5d

.tekton/odh-workbench-jupyter-minimal-cpu-py312-pull-request.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux/x86_64
45+
- linux/arm64
4546
- linux/ppc64le
4647
- name: image-expires-after
4748
value: 5d

.tekton/odh-workbench-jupyter-minimal-cuda-py311-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux-extra-fast/amd64
45+
- linux/arm64
4546
- name: image-expires-after
4647
value: 5d
4748
pipelineRef:
@@ -79,4 +80,4 @@ spec:
7980
- name: git-auth
8081
secret:
8182
secretName: '{{ git_auth_secret }}'
82-
status: {}
83+
status: {}

.tekton/odh-workbench-jupyter-minimal-cuda-py312-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
- name: build-platforms
4343
value:
4444
- linux-extra-fast/amd64
45+
- linux/arm64
4546
- name: image-expires-after
4647
value: 5d
4748
pipelineRef:
@@ -79,4 +80,4 @@ spec:
7980
- name: git-auth
8081
secret:
8182
secretName: '{{ git_auth_secret }}'
82-
status: {}
83+
status: {}

0 commit comments

Comments
 (0)