diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaa665c7..c48e5dcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}