Skip to content

Commit daba7db

Browse files
committed
removing s390x as a build target
due to endianness issue in thinc package
1 parent 8ca1caf commit daba7db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,14 @@ spec:
4343
- linux/x86_64
4444
- linux-m2xlarge/arm64
4545
- linux/ppc64le
46-
- linux/s390x
4746
- name: prefetch-input
4847
value: |
4948
[{
5049
"type": "pip",
5150
"path": ".",
5251
"requirements_files": ["requirements.txt", "requirements-models.txt"],
5352
"requirements_build_files": ["requirements-build.txt"],
54-
"binary": {"arch": "x86_64,aarch64,ppc64le,s390x"}
53+
"binary": {"arch": "x86_64,aarch64,ppc64le"}
5554
},
5655
{
5756
"type": "generic",

0 commit comments

Comments
 (0)