Skip to content

Commit a797a6c

Browse files
Random-Liuestesp
authored andcommitted
Add OS and arch in release tarball.
Signed-off-by: Lantao Liu <[email protected]>
1 parent 2ad761d commit a797a6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contrib/gce/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ if [ -z "${VERSION}" ]; then
5353
fi
5454

5555
# 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"
56+
TARBALL_GCS_PATH="https://storage.googleapis.com/${DEPLOY_PATH}/${PKG_PREFIX}-${VERSION}.linux-amd64.tar.gz"
5757
# TARBALL is the name of the tarball after being downloaded.
5858
TARBALL="cri-containerd.tar.gz"
5959

0 commit comments

Comments
 (0)