Skip to content

Commit

Permalink
build: add arm64 to docker images builds (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcrt authored Apr 17, 2024
1 parent b8bd902 commit 33d817a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
push: true
tags: |
lunary/${{ matrix.service }}:latest
lunary/${{ matrix.service }}:1.2.11
lunary/${{ matrix.service }}:rev-${{ steps.date.outputs.date }}-${{ steps.commit.outputs.hash }}
${{ github.event.release.tag_name != '' && format('lunary/{0}:{1}', matrix.service, steps.release_tag.outputs.tag) || '' }}
platforms: linux/amd64
platforms: linux/amd64,linux/arm64

deploy:
needs: build-and-push
Expand Down

0 comments on commit 33d817a

Please sign in to comment.