Skip to content

Commit

Permalink
try image CIBW_MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_a…
Browse files Browse the repository at this point in the history
…arch64
  • Loading branch information
edgarriba committed Nov 10, 2023
1 parent 9949fff commit 76f199d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
env:
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_24_aarch64"
CIBW_MANYLINUX_AARCH64_IMAGE: "quay.io/pypa/manylinux_2_28_aarch64"
# NOTE: this is required to build grpcio safely
CIBW_BEFORE_BUILD: pip install -U grpcio==1.56.2 grpcio-tools==1.56.2
CIBW_BUILD: "cp38-*"
Expand Down

0 comments on commit 76f199d

Please sign in to comment.