From f3894ef9c0c9d2d9effa963b116d0075d4e7a9e5 Mon Sep 17 00:00:00 2001 From: Patrick Jackson Date: Thu, 17 Nov 2022 01:12:42 -0800 Subject: [PATCH] Re-enable arm docker builds (#616) --- .github/workflows/docker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 51e44c9..8f1855a 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -54,7 +54,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64 #,linux/arm64 + platforms: linux/amd64,linux/arm64 cache-from: type=gha cache-to: type=gha,mode=max