Commit 7d4dcd6d authored by Jason Madden's avatar Jason Madden

Correct docker image URL.

parent 5ea878ef
...@@ -426,7 +426,6 @@ jobs: ...@@ -426,7 +426,6 @@ jobs:
matrix: matrix:
python-version: [3.9] python-version: [3.9]
image: image:
- manylinux2010_x86_64
- manylinux2014_aarch64 - manylinux2014_aarch64
- manylinux2014_ppc64le - manylinux2014_ppc64le
- manylinux2014_s390x - manylinux2014_s390x
...@@ -453,7 +452,7 @@ jobs: ...@@ -453,7 +452,7 @@ jobs:
platforms: all platforms: all
- name: Build and test gevent - name: Build and test gevent
env: env:
DOCKER_IMAGE: ${{ matrix.image }} DOCKER_IMAGE: quay.io/pypa/${{ matrix.image }}
GEVENT_MANYLINUX_NAME: ${{ matrix.image }} GEVENT_MANYLINUX_NAME: ${{ matrix.image }}
run: scripts/releases/make-manylinux run: scripts/releases/make-manylinux
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment