From 944db99f8dd8f37189b50576574d403244da710b Mon Sep 17 00:00:00 2001 From: Conlan Cesar Date: Thu, 3 Oct 2024 13:47:27 -0400 Subject: [PATCH] Build brew docker image for x86 and arm64 --- .github/workflows/docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 52cb06de6b8e35..09305bb5240c4e 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -110,6 +110,7 @@ jobs: tags: brew cache-from: type=gha cache-to: type=gha,mode=max + platforms: linux/amd64,linux/arm64 build-args: version=${{ matrix.version }} labels: ${{ steps.attributes.outputs.labels }} @@ -140,5 +141,6 @@ jobs: tags: ${{ steps.attributes.outputs.tags }} cache-from: type=gha cache-to: type=gha,mode=max + platforms: linux/amd64,linux/arm64 build-args: version=${{ matrix.version }} labels: ${{ steps.attributes.outputs.labels }}