Search in the right photon paths

This commit is contained in:
MKLeb 2023-10-25 13:34:39 -04:00 committed by Pedro Algarvio
parent d157068714
commit 70ad2a4e4e

View file

@ -801,6 +801,8 @@ def pkg_matrix(
name = "amazon"
if "centos" in name:
name = "redhat"
if "photon" in name:
name = "photon"
if name == "windows":
prefixes = {
"classic": "windows/",