Skip to content

Commit 10bdcb4

Browse files
committed
ci: Use arm64v8 postfix for Cube Store :dev build
1 parent c165f20 commit 10bdcb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rust-cubestore-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ jobs:
115115
if [[ $VERSION =~ ^v[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}$ ]]; then
116116
MINOR=${VERSION%.*}
117117
MAJOR=${MINOR%.*}
118-
TAGS="$TAGS,${DOCKER_IMAGE}:${MINOR},${DOCKER_IMAGE}:${MAJOR},${DOCKER_IMAGE}:latest"
118+
TAGS="$TAGS,${DOCKER_IMAGE}:${MINOR},${DOCKER_IMAGE}:${MAJOR}"
119119
elif [ "${{ github.event_name }}" = "push" ]; then
120-
TAGS="$TAGS,${DOCKER_IMAGE}:build-1${GITHUB_RUN_NUMBER}"
120+
TAGS="$TAGS,${DOCKER_IMAGE}:build-1${GITHUB_RUN_NUMBER}${{ matrix.postfix }}"
121121
fi
122122
123123
echo ::set-output name=version::${VERSION}

0 commit comments

Comments
 (0)