Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pytool/CISettings.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def GetPackagesSupported(self):

def GetArchitecturesSupported(self):
"""return iterable of edk2 architectures supported by this build"""
return ("IA32", "X64", "ARM", "AARCH64")
return ("IA32", "X64", "AARCH64")

def GetTargetsSupported(self):
"""return iterable of edk2 target tags supported by this build"""
Expand Down
3 changes: 0 additions & 3 deletions pip-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@

edk2-pytool-library==0.23.11
edk2-pytool-extensions==0.30.8
antlr4-python3-runtime==4.13.2
xmlschema==4.3.1
regex==2026.2.28
pywin32==311; sys_platform == 'win32'
pygount==3.1.1
chardet==5.2.0
Loading