Skip to content

Commit 69f259b

Browse files
committed
Add s390x to build automation
1 parent 74f7802 commit 69f259b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/build-test-publish.yml

+1-1
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
109+
platforms: linux/amd64, linux/arm64, 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)