Give the correct choices for windows arch values

This commit is contained in:
MKLeb 2023-03-02 14:48:50 -05:00 committed by Megan Wilhite
parent 719fa0d901
commit a0e355349f

View file

@ -214,7 +214,7 @@ def macos(
},
"arch": {
"help": "The architecture to build the package for",
"choices": ("x86_64", "aarch64"),
"choices": ("x86", "amd64"),
"required": True,
},
"checkout_root": {