Skip to content

Commit

Permalink
feat: Add S390x support (#138)
Browse files Browse the repository at this point in the history
#### 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]>
  • Loading branch information
modassarrana89 authored Apr 19, 2024
1 parent e7087bd commit f8212c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,10 @@ jobs:
# print env vars for debugging
cat "$GITHUB_ENV"
- name: Build and push runtime image
uses: docker/build-push-action@v4
with:
# for linux/s390x, maven errors due to missing io.grpc:protoc-gen-grpc-java:exe:linux-s390_64:1.51.1
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le
platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
target: runtime
push: ${{ github.event_name == 'push' }}
tags: ${{ env.IMAGE_NAME }}:${{ env.VERSION }}
Expand Down

0 comments on commit f8212c7

Please sign in to comment.