Handle photonos

This commit is contained in:
MKLeb 2023-09-26 14:49:46 -04:00 committed by Pedro Algarvio
parent 398056dafb
commit 530a108497

View file

@ -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]