File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 474
474
# In order to test that "the one Linux binary" that we build for our official releases actually
475
475
# works on all Linux distributions that we test on, we use the Linux binary built on our official
476
476
# release platform for all Linux downstream tests.
477
- LINUX_BINARY_PLATFORM = "centos7 "
477
+ LINUX_BINARY_PLATFORM = "rockylinux8_arm64" if platform_module . machine () == "arm64" else "rockylinux8 "
478
478
479
479
XCODE_VERSION_REGEX = re .compile (r"^\d+\.\d+(\.\d+)?$" )
480
480
XCODE_VERSION_OVERRIDES = {"10.2.1" : "10.3" , "11.2" : "11.2.1" , "11.3" : "11.3.1" }
@@ -4205,8 +4205,7 @@ def upload_bazel_binaries():
4205
4205
try :
4206
4206
bazel_binary_path = download_bazel_binary (tmpdir , platform_name )
4207
4207
# One platform that we build on can generate binaries for multiple platforms, e.g.
4208
- # the centos7 platform generates binaries for the "centos7" platform, but also
4209
- # for the generic "linux" platform.
4208
+ # the rockylinux8 platform generates binaries for all the "linux" platform.
4210
4209
for target_platform_name in platform ["publish_binary" ]:
4211
4210
execute_command (
4212
4211
[
You can’t perform that action at this time.
0 commit comments