diff --git a/.gitea/workflows/build-and-push.yaml b/.gitea/workflows/build-and-push.yaml index c75d0dc..cd567e6 100644 --- a/.gitea/workflows/build-and-push.yaml +++ b/.gitea/workflows/build-and-push.yaml @@ -82,7 +82,7 @@ jobs: with: push: true context: . - platforms: linux/amd64,linux/arm/v7,linux/arm64 + platforms: linux/amd64 tags: ${{ steps.image-tags.outputs.container_images }} build-args: | APP_VERSION=${{ env.APP_VERSION }}