Skip to content

Commit

Permalink
Trying to fix PyPI wheels for Manylinux/ARM64.
Browse files Browse the repository at this point in the history
assets.yml: trying 'quay.io/pypa/manylinux_2_28_poc_aarch64:poc' image.
  • Loading branch information
rturrado committed Oct 8, 2023
1 parent 72c7cd6 commit 9c2cecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
manylinux-arm64:
name: 'PyPI wheels for Manylinux/ARM64'
runs-on: [self-hosted, ARM64, Linux]
container: quay.io/pypa/manylinux${{ matrix.manylinux }}_aarch64:latest
container: quay.io/pypa/manylinux_2_28_poc_aarch64:poc
env:
BISON_VERSION: ${{ matrix.bison_version }}
FLEX_VERSION: ${{ matrix.flex_version }}
Expand Down

0 comments on commit 9c2cecd

Please sign in to comment.