Skip to content

Commit cd81b14

Browse files
committed
bump buildrelease for sle15-sp6
1 parent 074d73c commit cd81b14

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/bci_build/package/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,8 @@ def build_release(self) -> str | None:
602602
return "30"
603603
if "node" in self.build_name:
604604
return "30"
605+
if "base" in self.build_name:
606+
return "40"
605607
if isinstance(self, ApplicationStackContainer):
606608
return "35"
607609
return None

0 commit comments

Comments
 (0)