.github/codeql.yml: Drop ArmPkg IA32 and X64 from build matrix

These archs are not supported by ArmPkg so we can save agent
resources by not attempting to schedule their CodeQL build.

Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
This commit is contained in:
Michael Kubacki 2025-01-29 17:03:38 -05:00 committed by mergify[bot]
parent 87f14322da
commit 31abbed237

View File

@ -35,8 +35,6 @@ jobs:
fail-fast: false
matrix:
include:
- Package: "ArmPkg"
ArchList: "IA32,X64"
- Package: "CryptoPkg"
ArchList: "IA32"
- Package: "CryptoPkg"