Skip to content

Commit 3d252f2

Browse files
authored
Make edits for s390x support (#1399)
* Add s390x to build automation
1 parent d6c801f commit 3d252f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
uses: docker/build-push-action@v3
107107
with:
108108
context: .
109-
platforms: linux/amd64, linux/arm64, linux/ppc64le
109+
platforms: linux/amd64, linux/arm64, linux/ppc64le, linux/s390x
110110
push: ${{ github.event_name != 'pull_request' }}
111111
tags: ${{ steps.meta.outputs.tags }}
112112
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)