Add support for multiple platforms in Docker publish

This commit is contained in:
Naiel
2026-01-25 21:44:01 +01:00
committed by GitHub
parent 4ab610a73d
commit 4758176e53

View File

@@ -73,3 +73,4 @@ jobs:
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha cache-from: type=gha
cache-to: type=gha,mode=max cache-to: type=gha,mode=max
platforms: linux/arm64,linux/armhf,linux/amd64