Skip to content

Commit

Permalink
chore: add linux/arm/v7 to platforms (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Dec 23, 2022
1 parent ef89817 commit c0cb01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push-release-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ jobs:
with:
context: ./
file: ./Dockerfile
platforms: linux/amd64,linux/arm64
platforms: linux/amd64,linux/arm64,linux/arm/v7
push: true
tags: neosmemo/memos:latest, neosmemo/memos:${{ env.VERSION }}

0 comments on commit c0cb01b

Please sign in to comment.