Unverified Commit 90d0ccc2 authored by M. Gschwandtner's avatar M. Gschwandtner Committed by GitHub

feat: add arm/v7 to buildx platforms (#802)

added arm/v7 to buildx platforms
Co-authored-by: 's avatarM. Gschwandtner <84477901+OnlyPain-ctrl@users.noreply.github.com>
parent 358a5c0e
......@@ -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 }}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment