Skip to content

Commit dbb36eb

Browse files
committed
Revert "removing s390x as a build target"
This reverts commit a6fbf5e.
1 parent d609cb8 commit dbb36eb

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.tekton/odh-trustyai-nemo-guardrails-server-pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,15 @@ spec:
4343
- linux/x86_64
4444
- linux-m2xlarge/arm64
4545
- linux/ppc64le
46+
- linux/s390x
4647
- name: prefetch-input
4748
value: |
4849
[{
4950
"type": "pip",
5051
"path": ".",
5152
"requirements_files": ["requirements.txt", "requirements-models.txt"],
5253
"requirements_build_files": ["requirements-build.txt"],
53-
"binary": {"arch": "x86_64,aarch64,ppc64le"}
54+
"binary": {"arch": "x86_64,aarch64,ppc64le,s390x"}
5455
},
5556
{
5657
"type": "generic",

0 commit comments

Comments
 (0)