Skip to content

Commit f1055a0

Browse files
authored
Stop publishing CentOS 7 binaries (#2286)
It has been EOL for almost a year now, and we have replaced it with Rocky Linux 8. Progress towards #2272
1 parent faa9c16 commit f1055a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildkite/bazelci.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
"centos7": {
270270
"name": "CentOS 7",
271271
"emoji-name": ":centos: CentOS 7",
272-
"publish_binary": ["centos7"],
272+
"publish_binary": [],
273273
"docker-image": f"gcr.io/{DOCKER_REGISTRY_PREFIX}/centos7",
274274
"python": "python3.6",
275275
},

0 commit comments

Comments
 (0)