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

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

This reverts commit 49c7f49820.
This commit is contained in:
boojack 2022-12-23 22:39:04 +08:00 committed by GitHub
parent 49c7f49820
commit fae9b3db46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,6 @@ jobs:
with: with:
context: ./ context: ./
file: ./Dockerfile file: ./Dockerfile
platforms: linux/amd64,linux/arm64,linux/arm/v7 platforms: linux/amd64,linux/arm64
push: true push: true
tags: neosmemo/memos:latest, neosmemo/memos:${{ env.VERSION }} tags: neosmemo/memos:latest, neosmemo/memos:${{ env.VERSION }}