Return arm64 to the build matrix

This commit is contained in:
Eugene Burmakin 2025-02-02 15:48:16 +01:00
parent 73fc46b1ec
commit 5bc1ea3b36

View file

@ -66,6 +66,6 @@ jobs:
file: ./docker/Dockerfile.dev
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
platforms: linux/amd64,linux/arm/v7,linux/arm/v6
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