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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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