Skip to content

Commit 54e0e9d

Browse files
authored
Only setup QEMU for ppc64le builds on GHA (#1000)
1 parent 8ed2b7e commit 54e0e9d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ jobs:
4343
uses: actions/checkout@v2
4444

4545
- name: Set up QEMU
46+
if: matrix.platform == 'ppc64le'
4647
uses: docker/[email protected]
48+
with:
49+
platforms: ppc64le
4750

4851
- name: Set up Docker Buildx
4952
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)