Skip to content

Commit f8212c7

Browse files
feat: Add S390x support (kserve#138)
#### Modifications Added linux/s390x ( platform ) in the build github workflow #### Result https://github.com/modassarrana89/modelmesh/actions/runs/8688245342/job/23823937204 // Build operation run in local workflow is a success. Attached archieve log for refernece [logs_22763759557.zip](https://github.com/kserve/modelmesh/files/14978607/logs_22763759557.zip) --------- Signed-off-by: Modassar Rana <[email protected]>
1 parent e7087bd commit f8212c7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,10 @@ jobs:
7878
7979
# print env vars for debugging
8080
cat "$GITHUB_ENV"
81-
8281
- name: Build and push runtime image
8382
uses: docker/build-push-action@v4
8483
with:
85-
# for linux/s390x, maven errors due to missing io.grpc:protoc-gen-grpc-java:exe:linux-s390_64:1.51.1
86-
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
84+
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
8785
target: runtime
8886
push: ${{ github.event_name == 'push' }}
8987
tags: ${{ env.IMAGE_NAME }}:${{ env.VERSION }}

0 commit comments

Comments
 (0)