refactor: --archs, CIBW_ARCHS, "auto"
Using `--archs` for the flag, comma separated, also accepting CIBW_ARCHS. Supports "auto" as the default that can also expand, matching CIBW_PLATFORM.
This commit is contained in:
@@ -122,6 +122,7 @@ class DependencyConstraints:
|
||||
|
||||
|
||||
class Architecture(str, Enum):
|
||||
auto = 'auto' # gets expanded to the native arch, possibly 32+64 bit
|
||||
x86_64 = 'x86_64'
|
||||
i686 = 'i686'
|
||||
aarch64 = 'aarch64'
|
||||
|
||||
Reference in New Issue
Block a user