mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
windows uses amd64, not aarch64
This commit is contained in:
parent
9ba8bb6c44
commit
f917258322
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue