feat: native / all archs (#535)
* feat: native / all archs * docs: mention new options
This commit is contained in:
@@ -76,7 +76,7 @@ def main() -> None:
|
||||
on this machine. Set this option to build an architecture
|
||||
via emulation, for example, using binfmt_misc and QEMU.
|
||||
Default: auto.
|
||||
Choices: auto, {}
|
||||
Choices: auto, native, all, {}
|
||||
'''.format(", ".join(a.name for a in Architecture)))
|
||||
parser.add_argument('--output-dir',
|
||||
default=os.environ.get('CIBW_OUTPUT_DIR', 'wheelhouse'),
|
||||
|
||||
Reference in New Issue
Block a user