mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[ci] Support building OS packages (#121146)
This adds support for building deb, rpm, and docker images using the ci:build-os-packages label. Depends on https://github.com/elastic/kibana-buildkite/pull/2 Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
4afbbd1951
commit
ec6b8d1acc
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,8 @@ export KBN_NP_PLUGINS_BUILT=true
|
|||
echo "--- Build Kibana Distribution"
|
||||
if [[ "${GITHUB_PR_LABELS:-}" == *"ci:build-all-platforms"* ]]; then
|
||||
node scripts/build --all-platforms --skip-os-packages
|
||||
elif [[ "${GITHUB_PR_LABELS:-}" == *"ci:build-os-packages"* ]]; then
|
||||
node scripts/build --all-platforms
|
||||
else
|
||||
node scripts/build
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue