From 30cbfb62ec1abc22bd925e3593e342f00c7ccded Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 13 Dec 2017 22:20:18 +0000 Subject: [PATCH] Add OS and arch in release tarball. Signed-off-by: Lantao Liu --- contrib/gce/configure.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/gce/configure.sh b/contrib/gce/configure.sh index ad76a74e5..a72bca9a8 100755 --- a/contrib/gce/configure.sh +++ b/contrib/gce/configure.sh @@ -53,7 +53,7 @@ if [ -z "${VERSION}" ]; then fi # TARBALL_GCS_PATH is the path to download cri-containerd tarball for node e2e. -TARBALL_GCS_PATH="https://storage.googleapis.com/${DEPLOY_PATH}/${PKG_PREFIX}-${VERSION}.tar.gz" +TARBALL_GCS_PATH="https://storage.googleapis.com/${DEPLOY_PATH}/${PKG_PREFIX}-${VERSION}.linux-amd64.tar.gz" # TARBALL is the name of the tarball after being downloaded. TARBALL="cri-containerd.tar.gz"