Remove the arm64/v7 platform from the build_and_push.yml file

This commit is contained in:
Eugene Burmakin 2024-10-05 13:09:21 +02:00
parent a47a149993
commit bb210b0d31

View file

@ -33,6 +33,6 @@ jobs:
file: ./Dockerfile file: ./Dockerfile
push: true push: true
tags: freikin/dawarich:latest,freikin/dawarich:${{ github.event.release.tag_name }} tags: freikin/dawarich:latest,freikin/dawarich:${{ github.event.release.tag_name }}
platforms: linux/amd64,linux/arm64/v8,linux/arm64/v7 platforms: linux/amd64,linux/arm64/v8
cache-from: type=local,src=/tmp/.buildx-cache cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache