Skip to content

Commit

Permalink
chore: add multi-arch support for dp image (#36309)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapaprasanna committed Sep 13, 2024
1 parent d6a1500 commit de72d92
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,12 @@ jobs:
echo "base_tag=$base_tag" >> $GITHUB_OUTPUT
- name: Push to Docker Hub
uses: docker/build-push-action@v4
uses: depot/build-push-action@v1
with:
context: .
pull: true
push: true
platforms: linux/arm64,linux/amd64
cache-from: ${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-${{ vars.EDITION }}:release
tags: |
${{ vars.DOCKER_HUB_ORGANIZATION }}/appsmith-dp:${{ vars.EDITION }}-${{ github.event.client_payload.pull_request.number }}
Expand Down

0 comments on commit de72d92

Please sign in to comment.