mirror of
https://github.com/usememos/memos.git
synced 2025-02-14 18:30:42 +01:00
feat: add arm/v7 to buildx platforms (#802)
added arm/v7 to buildx platforms Co-authored-by: M. Gschwandtner <84477901+OnlyPain-ctrl@users.noreply.github.com>
This commit is contained in:
parent
358a5c0ed9
commit
90d0ccc2e8
@ -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…
x
Reference in New Issue
Block a user