-
Notifications
You must be signed in to change notification settings - Fork 334
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request: More target platforms for precompiled CodeQL binaries #2307
Comments
Thanks for your report. You are not the first to ask about this. I'll add your request to the internal tracker to record it as an additional 👍 for this feature. |
We are looking for this as well. - name: 🛠️ Initialize CodeQL
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
build-mode: ${{ matrix.build-mode }} When you run CodeQL on arm64 (Graviton) self-hosted runner, it download CodeQL binary for x86 platform:
It should detect running CPU architecture and download required CodeQL bundle for this platform (once available). |
The current set of target platforms is reasonably wide for basic GitHub Actions workflows. However, there are additional platforms that would benefit from the publication of precompiled binaries. For example, Raspberry Pi users would enjoy ARM(64) ports.
Technically, users may attempt to recompile the CodeQL CLI utility for these platforms. But the same convenience afforded to classical amd64 Linux environments, can reasonably be extended to other common environments.
The text was updated successfully, but these errors were encountered: