We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c90c9bc commit eae583fCopy full SHA for eae583f
aws_lambda_builders/workflows/python_pip/packager.py
@@ -193,6 +193,7 @@ class DependencyBuilder(object):
193
_MANYLINUX_LEGACY_MAP = {
194
"manylinux1_x86_64": "manylinux_2_5_x86_64",
195
"manylinux2010_x86_64": "manylinux_2_12_x86_64",
196
+ "manylinux2014_aarch64": "manylinux_2_17_aarch64",
197
"manylinux2014_x86_64": "manylinux_2_17_x86_64",
198
}
199
0 commit comments