We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7087bd commit f8212c7Copy full SHA for f8212c7
.github/workflows/build.yml
@@ -78,12 +78,10 @@ jobs:
78
79
# print env vars for debugging
80
cat "$GITHUB_ENV"
81
-
82
- name: Build and push runtime image
83
uses: docker/build-push-action@v4
84
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
+ platforms: linux/amd64,linux/arm64/v8,linux/ppc64le,linux/s390x
87
target: runtime
88
push: ${{ github.event_name == 'push' }}
89
tags: ${{ env.IMAGE_NAME }}:${{ env.VERSION }}
0 commit comments