Skip to content

Commit

Permalink
Update build_manylinux_image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taoboyang authored Jul 30, 2024
1 parent 07b8135 commit 6f9bb1d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build_manylinux_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
with:
repository: pypa/manylinux
path: manylinux
ref: 02cacafe8f8c82b06f71b7e9c242fd7b187f2c34

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand All @@ -33,9 +34,9 @@ jobs:
- name: rebuild manylinux images with shared python libraries for arch ${{ matrix.arch }}
run: |
cd manylinux
bash ../build_docker/patch/patch_based_02cacafe8f8c82b06f71b7e9c242fd7b187f2c34.sh
PLATFORM=${{ matrix.arch }} POLICY=manylinux_2_28 COMMIT_SHA=latest ./build.sh
docker image tag quay.io/pypa/manylinux_2_28_${{ matrix.arch }}:latest babitmf/manylinux_2_28_${{ matrix.arch }}_shared_python:latest
git apply ../build_docker/patch/shared_python_based_02cacafe8f8c82b06f71b7e9c242fd7b187f2c34.patch
PLATFORM=${{ matrix.arch }} POLICY=manylinux2014 COMMIT_SHA=latest ./build.sh
docker image tag quay.io/pypa/manylinux2014_${{ matrix.arch }}:latest smartbrave/manylinux2014_${{ matrix.arch }}_shared_python:latest
- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 6f9bb1d

Please sign in to comment.