Skip to content

Commit

Permalink
Don't perform multi-arch image builds on dry runs (#1206)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-bates authored Dec 1, 2022
1 parent 5647ce7 commit 3a640a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ if [[ "$RELEASE_PREPARE" == "true" ]]; then
if [ -z "$DRY_RUN" ]; then
make MULTIARCH_BUILD=y clean dist release docs docker-images
else
make MULTIARCH_BUILD=y clean dist docs docker-images
make clean dist docs docker-images
fi
mkdir -p $WORK_DIR/$RELEASE_TAG
cp $SOURCE_DIR/dist/jupyter_enterprise_gateway* $WORK_DIR/$RELEASE_TAG
Expand Down

0 comments on commit 3a640a3

Please sign in to comment.