From 09fdd6c08c24c60c4d318ec5369b7dd7f865a50a Mon Sep 17 00:00:00 2001 From: mgiessing Date: Mon, 13 Mar 2023 11:45:24 +0100 Subject: [PATCH] Enable ppc64le wheels --- .github/workflows/main.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e31248c..2ef3465 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -94,7 +94,9 @@ jobs: include: - os: ubuntu-20.04 arch: aarch64 - + - os: ubuntu-20.04 + arch: ppc64le + steps: - name: Checkout sources uses: actions/checkout@v2 @@ -107,7 +109,7 @@ jobs: python-version: '3.9' - uses: docker/setup-qemu-action@v1 - if: ${{ matrix.arch == 'aarch64' }} + if: ${{ matrix.arch == 'aarch64' || matrix.arch == 'ppc64le' }} name: Set up QEMU - name: Build wheels