We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad761d commit a797a6cCopy full SHA for a797a6c
1 file changed
contrib/gce/configure.sh
@@ -53,7 +53,7 @@ if [ -z "${VERSION}" ]; then
53
fi
54
55
# TARBALL_GCS_PATH is the path to download cri-containerd tarball for node e2e.
56
-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"
57
# TARBALL is the name of the tarball after being downloaded.
58
TARBALL="cri-containerd.tar.gz"
59
0 commit comments