Skip to content

Commit eae583f

Browse files
Support PEP 600 platform tags for arm64 (#536)
Co-authored-by: Daniel Mil <[email protected]>
1 parent c90c9bc commit eae583f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

aws_lambda_builders/workflows/python_pip/packager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ class DependencyBuilder(object):
193193
_MANYLINUX_LEGACY_MAP = {
194194
"manylinux1_x86_64": "manylinux_2_5_x86_64",
195195
"manylinux2010_x86_64": "manylinux_2_12_x86_64",
196+
"manylinux2014_aarch64": "manylinux_2_17_aarch64",
196197
"manylinux2014_x86_64": "manylinux_2_17_x86_64",
197198
}
198199

0 commit comments

Comments
 (0)