Skip to content

Commit

Permalink
feat: image support arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaizet-ledger committed Jun 13, 2024
1 parent 73353cb commit 07be248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
IMAGE_TAG: ${{ github.ref_name }}
uses: docker/build-push-action@v3
with:
platforms: linux/amd64,linux/arm64
push: true
tags: |
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}
Expand Down

0 comments on commit 07be248

Please sign in to comment.