Skip to content

Commit

Permalink
refactor: remove tke image stage for 2 steps building for multi arch
Browse files Browse the repository at this point in the history
  • Loading branch information
QianChenglong committed Feb 27, 2020
1 parent 4f7b3fe commit 5fade38
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/docker/tools/tke-installer/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,6 @@ function build_installer() {
}

function prepare_images() {
if [[ "${BUILDER}" == "tke" ]]; then
make push VERSION="$VERSION"
else
make image VERSION="$VERSION"
fi

GENERATE_IMAGES_BIN="$OUTPUT_DIR"/$(go env GOOS)/$(go env GOARCH)/generate-images
make build BINS=generate-images VERSION="$VERSION"

Expand Down

0 comments on commit 5fade38

Please sign in to comment.