First try at implementing optionsfor allowing different manylinux1 docker images

This commit is contained in:
Yannick Jadoul
2017-10-29 11:47:38 +01:00
parent 6bbef964c9
commit 4e0b3c0f31
5 changed files with 71 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"CIBW_MANYLINUX1_X86_64_IMAGE": "dockcross/manylinux-x64",
"CIBW_MANYLINUX1_I686_IMAGE": "dockcross/manylinux-x86",
"CIBW_SKIP": "*macos* *win*"
}