fix: Multiarch
Build and publish / build (push) Successful in 3m45s

This commit is contained in:
Lino Silva
2026-04-10 23:36:26 +01:00
parent eab6aa4e25
commit 6234f33ebb
+1
View File
@@ -46,6 +46,7 @@ jobs:
uses: https://github.com/docker/build-push-action@v5 uses: https://github.com/docker/build-push-action@v5
with: with:
context: . context: .
platforms: linux/amd64,linux/arm64
push: true push: true
tags: ${{ steps.meta.outputs.tags }} tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }} labels: ${{ steps.meta.outputs.labels }}