Skip to content

Commit

Permalink
Fix Linux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Jan 16, 2021
1 parent 7371d70 commit 58b1b28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions travis/build-all-manylinux-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ then
exit 1
fi

manylinux_image="quay.io/pypa/manylinux2010_x86_64"
manylinux_image="pyca/cryptography-manylinux2010:x86_64"
manylinux_image="ghcr.io/pyca/cryptography-manylinux2010:x86_64"

echo Waiting for docker pull to complete downloading container...
docker pull "${manylinux_image}" &
Expand Down

0 comments on commit 58b1b28

Please sign in to comment.