mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Handle photonos
This commit is contained in:
parent
398056dafb
commit
530a108497
1 changed files with 1 additions and 1 deletions
|
@ -793,7 +793,7 @@ def pkg_matrix(
|
|||
version = parts[1]
|
||||
if name in ("debian", "ubuntu"):
|
||||
arch = "amd64"
|
||||
elif name in ("centos", "centosstream", "amazonlinux"):
|
||||
elif name in ("centos", "centosstream", "amazonlinux", "photonos"):
|
||||
arch = "x86_64"
|
||||
if len(parts) > 2:
|
||||
arch = parts[2]
|
||||
|
|
Loading…
Add table
Reference in a new issue