Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 316e83a

Browse files
committed
only test arm64 generated images
1 parent 56af867 commit 316e83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
export BRANCH=${CIRCLE_BRANCH//\//-}
107107
ARCH=$(echo << parameters.platforms >> | sed 's/linux\///')
108108
echo "Arch is $ARCH"
109-
USE_RANDOM_USER_ID=${USE_RANDOM_USER} NAMESPACE=${NAMESPACE} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} make test_${ARCH}
109+
USE_RANDOM_USER_ID=${USE_RANDOM_USER} NAMESPACE=${NAMESPACE} VERSION=${BRANCH} BUILD_DATE=${BUILD_DATE} SKIP_BUILD=true make test_arm64
110110
111111
deploy-multi-arch:
112112
parameters:

0 commit comments

Comments
 (0)