Fix missing pypy image name

This commit is contained in:
Joe Rickerby
2020-03-07 14:12:15 +00:00
parent 298df76b8b
commit 219266258e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -85,6 +85,7 @@ for image in images:
pinned_tag = next(
tag for tag in tags if tag['images'][0]['digest'] == digest
)
tag_name = pinned_tag['name']
if not config.has_section(image.platform):
config[image.platform] = {}
@@ -9,7 +9,7 @@ manylinux2010 = quay.io/pypa/manylinux2010_i686:2020-03-07-1825e8f
manylinux2014 = quay.io/pypa/manylinux2014_i686:2020-03-07-06139da
[pypy_x86_64]
manylinux2010 = pypywheels/manylinux2010-pypy_x86_64:2020-03-07-1825e8f
manylinux2010 = pypywheels/manylinux2010-pypy_x86_64:latest
[aarch64]
manylinux2014 = quay.io/pypa/manylinux2014_aarch64:2020-03-07-06139da