Add i686 support for PyPy

This commit is contained in:
mayeut
2021-05-24 10:32:52 +02:00
parent c29a701ebc
commit d84665491a
9 changed files with 18 additions and 3 deletions
+1
View File
@@ -293,6 +293,7 @@ def main() -> None:
"ppc64le",
"s390x",
"pypy_aarch64",
"pypy_i686",
]:
pinned_images = all_pinned_docker_images[build_platform]