Skip to content

Commit 862c775

Browse files
committed
CI: try vanilla manylinux images
1 parent a9047fe commit 862c775

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/builds.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,14 @@ jobs:
1515
build_linux_x64:
1616
name: 'Linux x64'
1717
runs-on: ubuntu-latest
18+
strategy:
19+
matrix:
20+
container-image: [
21+
'quay.io/pypa/manylinux_2_28_x86_64',
22+
'quay.io/pypa/manylinux2014_x86_64'
23+
]
1824
container:
19-
image: 'docker://pmeira/manylinux_wheel_fpc322_x86_64'
25+
image: ${{ matrix.container-image }}
2026
env:
2127
CONDA_SUBDIR: 'linux-64'
2228
DSS_CAPI_PATH: '${{ github.workspace }}/dss_capi'

0 commit comments

Comments
 (0)