Add additional reserved variants

This commit is contained in:
Philip Sakievich 2025-03-18 16:01:56 -06:00 committed by psakiev
parent 65ea51d800
commit d94892493b

View File

@ -24,6 +24,7 @@
reserved_names = [ reserved_names = [
"arch", "arch",
"architecture", "architecture",
"branch",
"commit", "commit",
"dev_path", "dev_path",
"namespace", "namespace",
@ -31,6 +32,8 @@
"os", "os",
"patches", "patches",
"platform", "platform",
"ref",
"tag",
"target", "target",
] ]