[Build] Strip armv7 artifacts (#35832)

<!--

If you know who should review your pull request, please assign it to that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the appropriate
lang label.

-->

Closes #35832

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/35832 from gnossen:strip_armv7 0cb7a3122c
PiperOrigin-RevId: 605401618
pull/35866/head^2
Richard Belleville 10 months ago committed by Copybara-Service
parent 239399212a
commit 842057d8d5
  1. 1
      tools/run_tests/artifacts/artifact_targets.py

@ -152,6 +152,7 @@ class PythonArtifact:
environ["PIP"] = "/opt/python/{}/bin/pip3".format(self.py_version)
environ["GRPC_SKIP_PIP_CYTHON_UPGRADE"] = "TRUE"
environ["GRPC_SKIP_TWINE_CHECK"] = "TRUE"
environ["LDFLAGS"] = "-s"
return create_docker_jobspec(
self.name,
"tools/dockerfile/grpc_artifact_python_linux_{}".format(

Loading…
Cancel
Save