Skip to content

Commit

Permalink
DOC: sudo required in ARM wheel builds
Browse files Browse the repository at this point in the history
May be related to manylinux image now being based on Alpine.
  • Loading branch information
thewtex committed Nov 11, 2022
1 parent abf5fa1 commit eda4ac9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Documentation/Maintenance/Release.md
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@ docker run --privileged --rm tonistiigi/binfmt --install all
docker run -it -v $(pwd):/work/ quay.io/pypa/manylinux_2_28_aarch64:latest bash
# In the container
cd /work
yum install sudo
./scripts/internal/manylinux-build-wheels.sh
```

Expand Down

0 comments on commit eda4ac9

Please sign in to comment.