Skip to content

Commit

Permalink
[ci] Enable cross compiled docker images (elastic#128430)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Apr 3, 2022
1 parent 0cd2b73 commit e8e90d4
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 e8e90d4

Please sign in to comment.