diff options
| author | Oliver Smith-Denny <osde@microsoft.com> | 2025-09-14 21:11:10 -0700 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-09-25 22:04:10 +0000 |
| commit | 215e45bdb35c19e47be13364dafc823ab6c09768 (patch) | |
| tree | 1ca0cf8ffb22bb26ceeae57e99cb3e3845781cfb /.github | |
| parent | f451d187c3a4544f8c4a378f0dc6af2fdd8059b8 (diff) | |
| download | edk2-215e45bdb35c19e47be13364dafc823ab6c09768.tar.gz edk2-215e45bdb35c19e47be13364dafc823ab6c09768.zip | |
.azurepipelines,.github,.pytool: Disable ARM32 at Top Level/Pipelines
edk2 is dropping support for the ARM32 architecture. As such,
this commit drops ARM32 from running in CI and removes the
references to it in the readme and Maintainers.txt.
Continuous-integration-options: PatchCheck.ignore-multi-package
Signed-off-by: Oliver Smith-Denny <osde@microsoft.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c22fa8dd61..348a8637f2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -277,7 +277,7 @@ jobs: import shutil
from pathlib import Path
- dirs_to_delete = ['ia32', 'x64', 'arm', 'aarch64']
+ dirs_to_delete = ['ia32', 'x64', 'aarch64']
def delete_dirs(path: Path):
if path.exists() and path.is_dir():
|
