We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b2a48 commit f0dc358Copy full SHA for f0dc358
.github/workflows/qa.yml
@@ -52,7 +52,7 @@ jobs:
52
ECR_REPOSITORY: qa-services
53
IMAGE_TAG: "CREDO_V_${{ github.run_number }}"
54
run: |
55
- docker build --platform linux/arm64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
+ docker build --platform linux/amd64 -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
56
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
57
docker image list
58
0 commit comments