Skip to content

Commit

Permalink
more uname
Browse files Browse the repository at this point in the history
  • Loading branch information
Cadair committed Nov 12, 2024
1 parent 3c9cff1 commit aa15c18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit aa15c18

Please sign in to comment.