Skip to content

Commit

Permalink
ci: use manylinux not container
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 10, 2024
1 parent 83f220d commit 588f4c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,8 @@ jobs:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
sccache: 'false'
container: quay.io/pypa/manylinux_2_28_${{ matrix.platform.target }}:latest
manylinux: '2_28'
#container: quay.io/pypa/manylinux_2_28_${{ matrix.platform.target }}:latest
docker-options: "--mount type=bind,source=/opt/hostedtoolcache,target=/opt/hostedtoolcache -e JAVA_HOME -e GRAALVM_HOME"

- name: Patch wheel lib
Expand Down

0 comments on commit 588f4c0

Please sign in to comment.