Skip to content

Commit 0e7b51d

Browse files
authored
Merge pull request rhobs#6 from bison/ppc64le-s390x
Publish ppc64le and s390x images
2 parents 1250a5b + d800f1e commit 0e7b51d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
id: qemu
7272
uses: docker/setup-qemu-action@v1
7373
with:
74-
platforms: arm64
74+
platforms: arm64,ppc64le,s390x
7575

7676
- name: Set up Docker Buildx
7777
id: buildx
@@ -94,6 +94,6 @@ jobs:
9494
with:
9595
context: .
9696
file: ./Dockerfile
97-
platforms: linux/amd64,linux/arm64
97+
platforms: linux/amd64,linux/arm64,linux/ppc64le,linux/s390x
9898
tags: ${{ steps.setup.outputs.tags }}
9999
push: true

0 commit comments

Comments
 (0)