[META][Enhancement] Passing value of --distribution
to build scripts of all components
#1655
Labels
--distribution
to build scripts of all components
#1655
As of now only OpenSearch core component support passing
./build.sh --distribution <>
value to its build.sh as-d <>
.I will update OpenSearch-Dashboards build.sh once they support arm64 os packages:
opensearch-project/OpenSearch-Dashboards#1259
As of now, we use a hack to make sure only core components will take
-d
while skip others:#1651
We should add
-d
support for all the build.sh scripts for all the components.Due to the nature of different components, their code are not always the same to support this.
And the build.sh of different components are residing in different repos.
Some use the default one on build repo, some use the custom one on build repo components folder, some use the custom one on their own repo.
All components on
manifests/<>/opensearch-<>.yml
andmanifests/<>/opensearch-dashboards-<>.yml
should be updated as well as all existing default ones inscripts/
.Thanks.
OpenSearch:
OpenSearch-Dashboards:
The text was updated successfully, but these errors were encountered: