Skip to content

Commit

Permalink
base image no longer have -amd64 suffix
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <[email protected]>
  • Loading branch information
lizan committed Aug 18, 2020
1 parent 35adfde commit 1249f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ BUILD_TYPES=("" "-alpine" "-alpine-debug" "-google-vrp")
config_env

# VRP base image is only for amd64
VRP_BASE_IMAGE="${DOCKER_IMAGE_PREFIX}${IMAGE_POSTFIX}:${IMAGE_NAME}-amd64"
VRP_BASE_IMAGE="${DOCKER_IMAGE_PREFIX}${IMAGE_POSTFIX}:${IMAGE_NAME}"

# Test the docker build in all cases, but use a local tag that we will overwrite before push in the
# cases where we do push.
Expand Down

0 comments on commit 1249f65

Please sign in to comment.