feat: native / all archs (#535)

* feat: native / all archs

* docs: mention new options
This commit is contained in:
Henry Schreiner
2021-01-15 14:38:47 +00:00
committed by GitHub
parent b627134e16
commit ca7871ce0c
4 changed files with 58 additions and 13 deletions
+1 -1
View File
@@ -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'),