Update build_and_push.yml

On Ampere Altra/Emag nodes, the image manifest arch should be linux/arm64/v8. This allows for supporting that architecture.
This commit is contained in:
Victor Goncharov 2025-05-18 12:35:16 +02:00 committed by GitHub
parent f710f24f23
commit ced4e0617f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -74,6 +74,6 @@ jobs:
push: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6
platforms: linux/amd64,linux/arm64,linux/arm/v8,linux/arm/v7,linux/arm/v6
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache