diff --git a/.github/workflows/release-python-grpc-web.yml b/.github/workflows/release-python-grpc-web.yml index 4f4da9449..136c3a0d1 100644 --- a/.github/workflows/release-python-grpc-web.yml +++ b/.github/workflows/release-python-grpc-web.yml @@ -73,7 +73,7 @@ jobs: linux: runs-on: ubuntu-latest - container: ghcr.io/pyo3/maturin + image: docker://messense/manylinux_2_28-cross:x86_64-arm64 needs: [is-python-release, should-publish-wheels] env: CXXFLAGS: "-std=c++11"