Skip to content

Commit 651979a

Browse files
shubham14bajpaiKiran Mova
authored andcommitted
fix(travis): add suffix to single arch image pushed by travis
Signed-off-by: shubham <[email protected]>
1 parent e9742ec commit 651979a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_image.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ DBUILD_ARGS="--build-arg DBUILD_DATE=${DBUILD_DATE} --build-arg DBUILD_REPO_URL=
8181

8282

8383
if [ "${ARCH}" = "x86_64" ]; then
84-
REPO_NAME="$IMAGE_ORG/cstor-base"
84+
REPO_NAME="$IMAGE_ORG/cstor-base-amd64"
8585
DOCKERFILE_BASE="Dockerfile.base"
8686
DOCKERFILE="Dockerfile"
8787
elif [ "${ARCH}" = "aarch64" ]; then

0 commit comments

Comments
 (0)