Skip to content

Commit d5b2a48

Browse files
authored
Update qa.yml
Signed-off-by: Chimi1999 <143087281+Chimi1999@users.noreply.github.com>
1 parent 566e085 commit d5b2a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
ECR_REPOSITORY: qa-services
5353
IMAGE_TAG: "CREDO_V_${{ github.run_number }}"
5454
run: |
55-
docker buildx build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
55+
docker build --platform linux/arm64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
5656
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
5757
docker image list
5858

0 commit comments

Comments
 (0)