mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
It's arm64
for macos
Signed-off-by: Pedro Algarvio <palgarvio@vmware.com>
This commit is contained in:
parent
1a3459e4fb
commit
b234a2cbf1
1 changed files with 3 additions and 0 deletions
|
@ -486,6 +486,9 @@ def onedir_dependencies(
|
|||
assert package_name is not None
|
||||
assert platform is not None
|
||||
|
||||
if platform in ("macos", "darwin") and arch == "aarch64":
|
||||
arch = "arm64"
|
||||
|
||||
shared_constants = _get_shared_constants()
|
||||
if not python_version:
|
||||
python_version = shared_constants["python_version"]
|
||||
|
|
Loading…
Add table
Reference in a new issue