diff --git a/.github/workflows/build-push-deploy.yml b/.github/workflows/build-push-deploy.yml index fc5b061e..926241d7 100644 --- a/.github/workflows/build-push-deploy.yml +++ b/.github/workflows/build-push-deploy.yml @@ -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