We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2c47c6 commit 045eb7bCopy full SHA for 045eb7b
tests/integration/test_manylinux.py
@@ -36,11 +36,11 @@
36
"manylinux_2_5": MANYLINUX1_IMAGE_ID,
37
"manylinux_2_12": MANYLINUX2010_IMAGE_ID,
38
"manylinux_2_17": MANYLINUX2014_IMAGE_ID,
39
+ "manylinux_2_28": MANYLINUX_2_28_IMAGE_ID,
40
}
41
if PLATFORM == "x86_64":
42
MANYLINUX_IMAGES.update(
43
{
- "manylinux_2_28": MANYLINUX_2_28_IMAGE_ID,
44
"manylinux_2_34": MANYLINUX_2_34_IMAGE_ID,
45
46
)
0 commit comments