Skip to content

Commit

Permalink
Use manylinux_2_28 image for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kyamagu committed Jan 31, 2025
1 parent d975611 commit b8a017b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ jobs:
- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_ENVIRONMENT_LINUX: >
FAISS_OPT_LEVEL=${{ matrix.opt_level }}
FAISS_ENABLE_GPU=OFF
CIBW_MANYLINUX_X86_64_IMAGE=manylinux_2_28
CIBW_MANYLINUX_AARCH64_IMAGE=manylinux_2_28
CIBW_ENVIRONMENT_MACOS: >
FAISS_OPT_LEVEL=${{ matrix.opt_level }}
TARGET_ARCH=${{ matrix.arch }}
Expand Down

0 comments on commit b8a017b

Please sign in to comment.