From 8216ac8bff3bc328369e6fdc211c9610cda517c2 Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Mon, 18 Nov 2024 22:20:18 +0100 Subject: [PATCH] fix(build): Docker ARM build --- .github/workflows/publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3d38676..67cf822 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -152,3 +152,4 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64