We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa5a29f commit 6e1cfd0Copy full SHA for 6e1cfd0
buildkite/bazelci.py
@@ -474,7 +474,7 @@
474
# In order to test that "the one Linux binary" that we build for our official releases actually
475
# works on all Linux distributions that we test on, we use the Linux binary built on our official
476
# release platform for all Linux downstream tests.
477
-LINUX_BINARY_PLATFORM = "rockylinux8_arm64" if platform_module.machine() == "arm64" else "rockylinux8"
+LINUX_BINARY_PLATFORM = "rockylinux8_arm64" if platform_module.machine() in ["arm64", "aarch64"] else "rockylinux8"
478
479
XCODE_VERSION_REGEX = re.compile(r"^\d+\.\d+(\.\d+)?$")
480
XCODE_VERSION_OVERRIDES = {"10.2.1": "10.3", "11.2": "11.2.1", "11.3": "11.3.1"}
0 commit comments