Skip to content

Commit

Permalink
DOC: Update Linux aarch Python wheel base image for manylinux_2_28
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jul 6, 2022
1 parent ffaf1a7 commit 81799a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/Maintenance/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ For Linux ARM builds, the steps are similar, but the wheel build step is:

```sh
docker run --privileged --rm tonistiigi/binfmt --install all
docker run -it -v $(pwd):/work/ quay.io/pypa/manylinux2014_aarch64:latest bash
docker run -it -v $(pwd):/work/ quay.io/pypa/manylinux_2_28_aarch64:latest bash
# In the container
cd /work
./scripts/internal/manylinux-build-wheels.sh
Expand Down

0 comments on commit 81799a7

Please sign in to comment.