File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 7979 with :
8080 context : .
8181 push : true
82- platforms : linux/amd64 ,linux/arm64
82+ platforms : linux/arm64 ,linux/amd64
8383 tags : >-
8484 ${{ env.ECR_REGISTRY }}/librechat:${{ steps.version.outputs.version }}
8585
9393 docker push ${{ env.ECR_REGISTRY }}/mongodb:8.0.3-amd64
9494 docker push ${{ env.ECR_REGISTRY }}/mongodb:8.0.3-arm64
9595 docker manifest create ${{ env.ECR_REGISTRY }}/mongodb:8.0.3 \
96- ${{ env.ECR_REGISTRY }}/mongodb:8.0.3-amd64 \
97- ${{ env.ECR_REGISTRY }}/mongodb:8.0.3-arm64
96+ ${{ env.ECR_REGISTRY }}/mongodb:8.0.3-arm64 \
97+ ${{ env.ECR_REGISTRY }}/mongodb:8.0.3-amd64
9898 docker manifest push ${{ env.ECR_REGISTRY }}/mongodb:8.0.3
9999
100100 # Use official Meilisearch image instead of building custom one
@@ -107,8 +107,8 @@ jobs:
107107 docker push ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3-amd64
108108 docker push ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3-arm64
109109 docker manifest create ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3 \
110- ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3-amd64 \
111- ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3-arm64
110+ ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3-arm64 \
111+ ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3-amd64
112112 docker manifest push ${{ env.ECR_REGISTRY }}/meilisearch:v1.7.3
113113
114114 - name : Set up Helm
You can’t perform that action at this time.
0 commit comments