Add support for arm/v7 and arm/v6 platforms

This commit is contained in:
Eugene Burmakin 2024-10-05 13:36:58 +02:00
parent bb210b0d31
commit 1ec423fcb5

View file

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