chore: add linux/arm/v7 to platforms (#842)

This commit is contained in:
boojack
2022-12-23 22:25:24 +08:00
committed by GitHub
parent ef8981794e
commit 49c7f49820

View File

@@ -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 }}