Skip to content

Commit 045eb7b

Browse files
authored
chore: test manylinux_2_28_i686 (#601)
1 parent e2c47c6 commit 045eb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/test_manylinux.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"manylinux_2_5": MANYLINUX1_IMAGE_ID,
3737
"manylinux_2_12": MANYLINUX2010_IMAGE_ID,
3838
"manylinux_2_17": MANYLINUX2014_IMAGE_ID,
39+
"manylinux_2_28": MANYLINUX_2_28_IMAGE_ID,
3940
}
4041
if PLATFORM == "x86_64":
4142
MANYLINUX_IMAGES.update(
4243
{
43-
"manylinux_2_28": MANYLINUX_2_28_IMAGE_ID,
4444
"manylinux_2_34": MANYLINUX_2_34_IMAGE_ID,
4545
}
4646
)

0 commit comments

Comments
 (0)