diff --git a/cibuildwheel/linux.py b/cibuildwheel/linux.py index c84026be..473c0d6e 100644 --- a/cibuildwheel/linux.py +++ b/cibuildwheel/linux.py @@ -54,7 +54,7 @@ def get_python_configurations(build_selector): configurations.append(c) if pm == "i686": if c.identifier.endswith('i686'): - configuration.append(c) + configurations.append(c) elif pm == "aarch64": if c.identifier.endswith('aarch64'): configurations.append(c)