Skip to content

Commit

Permalink
ci: set container image
Browse files Browse the repository at this point in the history
  • Loading branch information
nmammeri committed Jul 4, 2024
1 parent 500b4cd commit d061aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_pyton_pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
target: ${{ matrix.platform.target }}
working-directory: "bindings/python"
sccache: 'true'
manylinux: auto
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"


Expand Down

0 comments on commit d061aae

Please sign in to comment.