Skip to content

Commit

Permalink
fix build target
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Sep 28, 2023
1 parent edf75a3 commit 5358f1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/scripts/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@ buildx_args="

docker buildx build -f docker/Dockerfile \
-t "${ghcraddr}:${BUILDKITE_COMMIT}-${arch}" \
--target risingwave \
${buildx_args} .

docker buildx build -f docker/Dockerfile \
-t "${ghcraddr}:${BUILDKITE_COMMIT}-${arch}-debug" \
--target risingwave-debug \
${buildx_args} .

echo "--- check the image can start correctly"
Expand Down

0 comments on commit 5358f1a

Please sign in to comment.