We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1451a1d commit f94bc44Copy full SHA for f94bc44
.github/workflows/release-python-grpc-web.yml
@@ -73,7 +73,7 @@ jobs:
73
74
linux:
75
runs-on: ubuntu-latest
76
- container: ghcr.io/pyo3/maturin
+ image: docker://messense/manylinux_2_28-cross:x86_64-arm64
77
needs: [is-python-release, should-publish-wheels]
78
env:
79
CXXFLAGS: "-std=c++11"
0 commit comments