mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Give the correct choices for windows arch values
This commit is contained in:
parent
719fa0d901
commit
a0e355349f
1 changed files with 1 additions and 1 deletions
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue