From 762cb831da5e26b5787ef74e38a4f3ccbb46b2b5 Mon Sep 17 00:00:00 2001 From: Nick Vincent Date: Tue, 24 Dec 2024 02:26:19 -0500 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20for=20multi=20arch?= =?UTF-8?q?=20container=20build=20action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ISSUE: #60 --- .github/workflows/docker-publish.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 856215e..dfd9cac 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -78,6 +78,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max