From aa15c18027e4039f8eff4755484b1866522c7453 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Tue, 12 Nov 2024 22:13:47 +0000 Subject: [PATCH] more uname --- .github/workflows/publish.yml | 2 +- .github/workflows/test_publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 274fb08..752db87 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -150,7 +150,7 @@ jobs: run: | echo "uname_m=$(uname -m)" >> "$GITHUB_OUTPUT" - name: Set up QEMU - if: ${{ runner.os == 'Linux' && (matrix.CIBW_ARCHS != 'auto' || matrix.CIBW_ARCHS != steps.uname_m.outputs.uname_m) }} + if: ${{ runner.os == 'Linux' && (matrix.CIBW_ARCHS != 'auto' && matrix.CIBW_ARCHS != steps.uname_m.outputs.uname_m) }} uses: docker/setup-qemu-action@v3 with: platforms: all diff --git a/.github/workflows/test_publish.yml b/.github/workflows/test_publish.yml index 59f6081..5f880e8 100644 --- a/.github/workflows/test_publish.yml +++ b/.github/workflows/test_publish.yml @@ -32,7 +32,7 @@ jobs: - cp3?-win_amd64 - cp312-manylinux_aarch64 - cp313-manylinux_x86_64 - - target: cp311-manylinux_x86_64 + - target: cp311-manylinux_ppc64le runs-on: ubuntu-latest timeout-minutes: 30 release_sdist_only: