From fd0b81334f32f474aee5ea36aa18933d6b57eb47 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Wed, 26 Aug 2026 16:52:25 +0200 Subject: [PATCH 1/4] Docs: add linux-arm64 to supported platforms Add arm64 to the Linux row of the customer-facing supported-platforms table, following the existing macOS Apple Silicon precedent. Marked as beta via a new footnote. Part of native Linux Arm64 support. Release-gated: must land together with the actual arm release. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/codeql/reusables/supported-platforms.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/codeql/reusables/supported-platforms.rst b/docs/codeql/reusables/supported-platforms.rst index 5e679da12fa2..4205eef267d6 100644 --- a/docs/codeql/reusables/supported-platforms.rst +++ b/docs/codeql/reusables/supported-platforms.rst @@ -6,7 +6,7 @@ Operating system,Supported versions,Supported CPU architectures Linux,"Ubuntu 22.04 - Ubuntu 24.04","x86-64" + Ubuntu 24.04","x86-64, arm64 [1]_" Windows,"Windows 10 / Windows Server 2019 Windows 11 / Windows Server 2022/2025","x86-64" @@ -14,8 +14,10 @@ macOS 15 Sequoia - macOS 26 Tahoe","x86-64, arm64 (Apple Silicon) [1]_" + macOS 26 Tahoe","x86-64, arm64 (Apple Silicon) [2]_" .. container:: footnote-group - .. [1] Support for Apple Silicon is currently in beta. + .. [1] Support for Linux on arm64 is currently in beta. + + .. [2] Support for Apple Silicon is currently in beta. From e464c999564c2bc8f757372f0084626ef2e8f30a Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Thu, 27 Aug 2026 11:25:38 +0200 Subject: [PATCH 2/4] Docs: note Rosetta 2 requirement for Apple Silicon Replace the Apple Silicon supported-platforms footnote with guidance on when Rosetta 2 is needed: building your code during analysis requires Rosetta 2, while analyzing an interpreted language or using build mode none runs natively. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/codeql/reusables/supported-platforms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/reusables/supported-platforms.rst b/docs/codeql/reusables/supported-platforms.rst index 4205eef267d6..8a7f31849b4f 100644 --- a/docs/codeql/reusables/supported-platforms.rst +++ b/docs/codeql/reusables/supported-platforms.rst @@ -20,4 +20,4 @@ .. [1] Support for Linux on arm64 is currently in beta. - .. [2] Support for Apple Silicon is currently in beta. + .. [2] On Apple Silicon, building your code during analysis requires Rosetta 2; analyzing an interpreted language or using build mode ``none`` runs natively. From 001729245b8d1c2ab6edd560deb3eb03d02a9935 Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Fri, 28 Aug 2026 16:13:12 +0200 Subject: [PATCH 3/4] Docs: remove blank line between supported-platform footnotes Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/codeql/reusables/supported-platforms.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/codeql/reusables/supported-platforms.rst b/docs/codeql/reusables/supported-platforms.rst index 8a7f31849b4f..2944d8e6cc0a 100644 --- a/docs/codeql/reusables/supported-platforms.rst +++ b/docs/codeql/reusables/supported-platforms.rst @@ -19,5 +19,4 @@ .. container:: footnote-group .. [1] Support for Linux on arm64 is currently in beta. - .. [2] On Apple Silicon, building your code during analysis requires Rosetta 2; analyzing an interpreted language or using build mode ``none`` runs natively. From c4c66676e82727a9ba5e0323a88f2965676beb7a Mon Sep 17 00:00:00 2001 From: Paolo Tranquilli Date: Fri, 28 Aug 2026 17:03:31 +0200 Subject: [PATCH 4/4] Docs: keep beta marker on Apple Silicon Restore the "currently in beta" marker on the Apple Silicon footnote while keeping the Rosetta 2 guidance, so the note now states both the beta status and when Rosetta 2 is required. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> --- docs/codeql/reusables/supported-platforms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/codeql/reusables/supported-platforms.rst b/docs/codeql/reusables/supported-platforms.rst index 2944d8e6cc0a..c12b89fc37e6 100644 --- a/docs/codeql/reusables/supported-platforms.rst +++ b/docs/codeql/reusables/supported-platforms.rst @@ -19,4 +19,4 @@ .. container:: footnote-group .. [1] Support for Linux on arm64 is currently in beta. - .. [2] On Apple Silicon, building your code during analysis requires Rosetta 2; analyzing an interpreted language or using build mode ``none`` runs natively. + .. [2] Support for Apple Silicon is currently in beta. Building your code during analysis requires Rosetta 2; analyzing an interpreted language or using build mode ``none`` runs natively.