mirror of
https://github.com/usememos/memos.git
synced 2025-03-01 07:48:19 +08:00
chore: add linux/arm/v7
to platforms (#842)
This commit is contained in:
parent
ef8981794e
commit
49c7f49820
1 changed files with 1 additions and 1 deletions
|
@ -39,6 +39,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
context: ./
|
context: ./
|
||||||
file: ./Dockerfile
|
file: ./Dockerfile
|
||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64,linux/arm/v7
|
||||||
push: true
|
push: true
|
||||||
tags: neosmemo/memos:latest, neosmemo/memos:${{ env.VERSION }}
|
tags: neosmemo/memos:latest, neosmemo/memos:${{ env.VERSION }}
|
||||||
|
|
Loading…
Reference in a new issue