Skip to content

Commit

Permalink
[ci] Enable cross compiled docker images (#128430) (#129280)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored Apr 4, 2022
1 parent 1010bd6 commit bb93fe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/scripts/build_kibana.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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
node scripts/build --all-platforms --docker-cross-compile
else
node scripts/build
fi
Expand Down

0 comments on commit bb93fe8

Please sign in to comment.