Convert helm chart packages to arch-independent
Helm chart DEB packages: change target arch from "all" to "any" (ie arch-independent). This is required for starlingx debian tools to work correctly. Story: 2010226 Task: 46405 Signed-off-by: Davlet Panech <davlet.panech@windriver.com> Change-Id: I83fa678f0195442b97010408b60fba11fccc2647
This commit is contained in:
parent
1eab19afaa
commit
a323160dc4
@ -11,7 +11,7 @@ Homepage: https://www.starlingx.io
|
||||
|
||||
Package: monitor-helm-elastic
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: StarlingX Monitor Elastic Helm Charts
|
||||
This package contains elastic helm charts for the monitor
|
||||
|
@ -11,7 +11,7 @@ Homepage: https://www.starlingx.io
|
||||
|
||||
Package: monitor-helm
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}
|
||||
Description: StarlingX Monitor Helm Charts
|
||||
This package contains helm charts for the monitor application.
|
||||
|
@ -10,7 +10,7 @@ Homepage: https://www.starlingx.io
|
||||
|
||||
Package: stx-monitor-helm
|
||||
Section: libs
|
||||
Architecture: any
|
||||
Architecture: all
|
||||
Depends: ${misc:Depends}, monitor-helm, monitor-helm-elastic
|
||||
Description: StarlingX Monitor Armada Helm Charts
|
||||
This package contains Armada helm charts for the monitor
|
||||
|
Loading…
Reference in New Issue
Block a user