Skip to content

Commit ad4d9d8

Browse files
feat: image support arm64 (#165)
1 parent 73353cb commit ad4d9d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
IMAGE_TAG: ${{ github.ref_name }}
5050
uses: docker/build-push-action@v3
5151
with:
52+
platforms: linux/amd64,linux/arm64
5253
push: true
5354
tags: |
5455
${{ secrets.DOCKERHUB_USERNAME }}/${{ env.ECR_REPOSITORY }}:${{ env.IMAGE_TAG }}

0 commit comments

Comments
 (0)