diff --git a/tools/run_tests/artifacts/artifact_targets.py b/tools/run_tests/artifacts/artifact_targets.py index 7f35eb19cf3..762c1a32399 100644 --- a/tools/run_tests/artifacts/artifact_targets.py +++ b/tools/run_tests/artifacts/artifact_targets.py @@ -110,6 +110,8 @@ class PythonArtifact: self.arch = arch self.labels = ['artifact', 'python', platform, arch, py_version] self.py_version = py_version + if 'manylinux' in platform: + self.labels.append('linux') def pre_build_jobspecs(self): return []