windows uses amd64, not aarch64

This commit is contained in:
MKLeb 2023-03-08 16:44:04 -05:00 committed by Megan Wilhite
parent 9ba8bb6c44
commit f917258322

View file

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